update vscode

This commit is contained in:
Johannes Loher 2025-01-29 10:40:10 +01:00
parent aaa7fc8dad
commit 8ed2011c1d
Signed by: saluu
GPG key ID: BB8E7A0EB4C59227

View file

@ -4,6 +4,7 @@
"editor.fontLigatures": true,
"editor.rulers": [80, 100, 120],
"terminal.integrated.fontFamily": "'Fira Code', 'Font Awesome 6 Brands', 'Font Awesome 6 Free', 'Font Awesome 6 Free Solid'",
"terminal.integrated.shellIntegration.enabled": false,
"explorer.confirmDelete": false,
"git.inputValidationLength": 100,
"git.inputValidationSubjectLength": 100,
@ -15,5 +16,21 @@
}
],
"workbench.colorTheme": "Atom One Dark",
"sonarlint.ls.javaHome": "/home/loherj/.sdkman/candidates/java/current"
"sonarlint.ls.javaHome": "/home/loherj/.sdkman/candidates/java/current",
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"continue.telemetryEnabled": false,
}