23 lines
878 B
JSON
23 lines
878 B
JSON
|
{
|
||
|
"editor.fontFamily": "Hack,'Droid Sans Mono', 'monospace', monospace",
|
||
|
"editor.fontSize": 12,
|
||
|
"chat.editor.fontSize": 12,
|
||
|
"diffEditor.codeLens": true,
|
||
|
"diffEditor.experimental.showMoves": true,
|
||
|
"workbench.preferredDarkColorTheme": "Solarized Dark",
|
||
|
"workbench.preferredLightColorTheme": "Solarized Light",
|
||
|
"git.autofetch": "all",
|
||
|
"terminal.integrated.enableBell": true,
|
||
|
"debug.console.fontSize": 12,
|
||
|
"terminal.integrated.fontSize": 12,
|
||
|
"files.trimTrailingWhitespace": true,
|
||
|
"files.trimFinalNewlines": true,
|
||
|
"window.autoDetectColorScheme": true,
|
||
|
"workbench.colorTheme": "Solarized Dark",
|
||
|
"gitlens.telemetry.enabled": false,
|
||
|
"cmake.configureOnOpen": true,
|
||
|
"files.autoSave": "afterDelay",
|
||
|
"editor.renderWhitespace": "all",
|
||
|
"window.titleBarStyle": "custom",
|
||
|
"window.menuBarVisibility": "toggle"
|
||
|
}
|