2020-06-17 20:52:13 +00:00
|
|
|
{
|
|
|
|
"glassit.alpha": 220,
|
|
|
|
"workbench.iconTheme": "vscode-icons",
|
2020-06-18 12:33:44 +00:00
|
|
|
"terminal.integrated.fontFamily": "'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback', 'Hack Nerd Font'",
|
|
|
|
"workbench.enableExperiments": false,
|
|
|
|
"update.mode": "manual",
|
|
|
|
"telemetry.enableCrashReporter": false,
|
2020-06-22 19:06:09 +00:00
|
|
|
"telemetry.enableTelemetry": false,
|
2020-06-30 18:51:31 +00:00
|
|
|
"vsicons.dontShowNewVersionMessage": true,
|
2020-07-09 11:16:07 +00:00
|
|
|
"workbench.colorTheme": "Visual Studio Dark",
|
|
|
|
"terminal.integrated.cursorStyle": "line",
|
2020-07-12 15:35:48 +00:00
|
|
|
"explorer.confirmDelete": false,
|
2020-08-22 16:25:38 +00:00
|
|
|
"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"
|
2020-06-17 20:52:13 +00:00
|
|
|
}
|