11 lines
414 B
JSON
11 lines
414 B
JSON
{
|
|
"terminal.integrated.sendKeybindingsToShell": true,
|
|
"window.titleBarStyle": "custom",
|
|
"workbench.preferredDarkColorTheme": "GitHub Dark",
|
|
"workbench.preferredLightColorTheme": "GitHub Light",
|
|
"window.autoDetectColorScheme": true,
|
|
"workbench.colorTheme": "GitHub Dark",
|
|
"git.autofetch": true,
|
|
"git.confirmSync": false,
|
|
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
|
} |