dotfiles-remastered/.config/Code - OSS/User/settings.json

14 lines
577 B
JSON

{
"glassit.alpha": 220,
"workbench.iconTheme": "vscode-icons",
"terminal.integrated.fontFamily": "'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback', 'Hack Nerd Font'",
"workbench.enableExperiments": false,
"update.mode": "manual",
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"vsicons.dontShowNewVersionMessage": true,
"workbench.colorTheme": "Visual Studio Dark",
"terminal.integrated.cursorStyle": "line",
"explorer.confirmDelete": false,
"C_Cpp.intelliSenseEngine": "Tag Parser"
}