15 lines
680 B
JSON
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,
|
|
}
|