26 lines
1 KiB
JSON
26 lines
1 KiB
JSON
{
|
|
"chat.editor.fontSize": 12,
|
|
"debug.console.fontSize": 12,
|
|
"diffEditor.codeLens": true,
|
|
"diffEditor.experimental.showMoves": true,
|
|
"diffEditor.maxComputationTime": 30000,
|
|
"editor.fontFamily": "Hack,'Droid Sans Mono', 'monospace', monospace",
|
|
"editor.fontSize": 12,
|
|
"editor.renderWhitespace": "all",
|
|
"files.autoSave": "afterDelay",
|
|
"files.autoSaveDelay": 5000,
|
|
"files.trimFinalNewlines": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"git.autofetch": "all",
|
|
"gitlens.telemetry.enabled": false,
|
|
"markdown.extension.toc.levels": "2..6",
|
|
"markdown.extension.toc.unorderedList.marker": "*",
|
|
"terminal.integrated.enableVisualBell": true,
|
|
"terminal.integrated.fontSize": 12,
|
|
"window.autoDetectColorScheme": true,
|
|
"window.menuBarVisibility": "compact",
|
|
"window.titleBarStyle": "custom",
|
|
"workbench.colorTheme": "Solarized Dark",
|
|
"workbench.preferredDarkColorTheme": "Solarized Dark",
|
|
"workbench.preferredLightColorTheme": "Solarized Light",
|
|
}
|