dotfiles/.config/Code - OSS/User/settings.json
2025-01-29 10:40:10 +01:00

36 lines
1.2 KiB
JSON

{
"editor.fontFamily": "'Fira Code', 'Font Awesome 6 Brands', 'Font Awesome 6 Free', 'Font Awesome 6 Free Solid'",
"editor.minimap.enabled": false,
"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,
"redhat.telemetry.enabled": false,
"sonarlint.connectedMode.connections.sonarqube": [
{
"serverUrl": "https://cq.bsh-sdd.com",
"connectionId": "https-cq-bsh-sdd-com-"
}
],
"workbench.colorTheme": "Atom One Dark",
"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,
}