update vscode
This commit is contained in:
parent
aaa7fc8dad
commit
8ed2011c1d
1 changed files with 18 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
"editor.fontLigatures": true,
|
"editor.fontLigatures": true,
|
||||||
"editor.rulers": [80, 100, 120],
|
"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.fontFamily": "'Fira Code', 'Font Awesome 6 Brands', 'Font Awesome 6 Free', 'Font Awesome 6 Free Solid'",
|
||||||
|
"terminal.integrated.shellIntegration.enabled": false,
|
||||||
"explorer.confirmDelete": false,
|
"explorer.confirmDelete": false,
|
||||||
"git.inputValidationLength": 100,
|
"git.inputValidationLength": 100,
|
||||||
"git.inputValidationSubjectLength": 100,
|
"git.inputValidationSubjectLength": 100,
|
||||||
|
@ -15,5 +16,21 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"workbench.colorTheme": "Atom One Dark",
|
"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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue