misc updates, particularly the vscode config

This commit is contained in:
askiiart 2024-07-10 14:52:08 -05:00
parent c41ded6df2
commit b8ad9ef339
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
9 changed files with 39 additions and 22 deletions

View file

@ -29,7 +29,6 @@ freebroccolo.theme-atom-one-dark
github.copilot
github.copilot-chat
github.github-vscode-theme
github.vscode-pull-request-github
grapecity.gc-excelviewer
gruntfuggly.todo-tree
harryhopkinson.vim-theme
@ -38,6 +37,7 @@ icrawl.discord-vscode
itzselenux.lm-theme
jnoortheen.nix-ide
joelcrosby.one-dark-darker
jscearcy.rust-doc-viewer
kisstkondoros.vscode-gutter-preview
kokoscript.loopytheme
lacroixdavid1.vscode-format-context-menu
@ -90,7 +90,6 @@ procratstinator.gray-formatter
raynigon.nginx-formatter
rdnlsmith.linux-themes
redhat.java
redhat.vscode-xml
redhat.vscode-yaml
robbowen.synthwave-vscode
rokoroku.vscode-theme-darcula
@ -100,13 +99,15 @@ serayuzgur.crates
shahilkumar.docxreader
slevesque.vscode-zipexplorer
st0pien.min-darker
tamasfe.even-better-toml
tatsy.vscode-3d-preview
teabyii.ayu
theaflowers.witch-hazel
tinkertrain.theme-panda
tlevesque2.duplicate-finder
tomoki1207.pdf
ttoowa.in-your-face-incredible
twxs.cmake
usernamehw.errorlens
vinaykumar.vice
visualstudioexptteam.intellicode-api-usage-examples
visualstudioexptteam.vscodeintellicode

View file

@ -66,7 +66,7 @@
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[nginx]": {
"editor.defaultFormatter": "raynigon.nginx-formatter"
"editor.defaultFormatter": "ahmadalli.vscode-nginx-conf"
},
"workbench.iconTheme": "catppuccin-mocha",
"terminal.integrated.shellIntegration.enabled": false,
@ -99,5 +99,17 @@
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
}
}
},
"[c]": {
"editor.defaultFormatter": "ms-vscode.cpptools"
},
"errorLens.enabledDiagnosticLevels": [
"error",
//"warning",
//"info"
],
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 300,
"editor.fontFamily": "'Fira Code Nerd', 'Droid Sans Mono', 'monospace', monospace",
"editor.fontLigatures": true
}