dotfiles/.config/Code - OSS/User/settings.json
2025-02-12 08:52:46 +01:00

15 lines
680 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'",
"terminal.integrated.shellIntegration.enabled": false,
"explorer.confirmDelete": false,
"git.inputValidationLength": 100,
"git.inputValidationSubjectLength": 100,
"redhat.telemetry.enabled": false,
"workbench.colorTheme": "Atom One Dark",
"continue.telemetryEnabled": false,
"continue.enableTabAutocomplete": true,
}