2023-08-16 11:09:25 -03:00
|
|
|
{
|
|
|
|
"terminal.integrated.sendKeybindingsToShell": true,
|
|
|
|
"window.titleBarStyle": "custom",
|
|
|
|
"workbench.preferredDarkColorTheme": "GitHub Dark",
|
|
|
|
"workbench.preferredLightColorTheme": "GitHub Light",
|
|
|
|
"window.autoDetectColorScheme": true,
|
2023-08-17 17:55:19 -03:00
|
|
|
"workbench.colorTheme": "GitHub Dark",
|
2023-08-16 11:23:25 -03:00
|
|
|
"git.autofetch": true,
|
2023-08-16 11:45:16 -03:00
|
|
|
"git.confirmSync": false,
|
2023-08-17 17:55:19 -03:00
|
|
|
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
2023-10-02 14:54:02 -03:00
|
|
|
"update.mode": "none",
|
2023-08-16 11:09:25 -03:00
|
|
|
}
|