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

@ -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
}