dotfiles/.config/Code - OSS/User/settings.json
2024-12-08 20:05:32 +01:00

19 lines
778 B
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'",
"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"
}