vscode: update settings
This commit is contained in:
parent
ba41ba23cc
commit
c03537a593
1 changed files with 6 additions and 1 deletions
|
@ -38,5 +38,10 @@
|
|||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"redhat.telemetry.enabled": false,
|
||||
"terminal.integrated.fontFamily": "'Fira Code', 'Font Awesome 5 Brands', 'Font Awesome 5 Free', 'Font Awesome 5 Free Solid'"
|
||||
"terminal.integrated.fontFamily": "'Fira Code', 'Font Awesome 5 Brands', 'Font Awesome 5 Free', 'Font Awesome 5 Free Solid'",
|
||||
"diffEditor.maxComputationTime": 0,
|
||||
"latex-workshop.view.pdf.viewer": "tab",
|
||||
"ltex.additionalRules.motherTongue": "de-DE",
|
||||
"latex-workshop.chktex.enabled": true,
|
||||
"explorer.confirmDelete": false
|
||||
}
|
Loading…
Reference in a new issue