dotfiles-remastered/.config/Code - OSS/User/settings.json
2020-08-30 14:02:18 +02:00

21 lines
890 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",
"explorer.confirmDragAndDrop": false,
"git.confirmSync": false,
"csharp.semanticHighlighting.enabled": true,
"terminal.external.linuxExec": "alacritty",
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.rightClickBehavior": "paste",
"debug.onTaskErrors": "showErrors"
}