vscode: disable snippetsPreventQuickSuggestions

This commit is contained in:
lelgenio 2023-08-17 17:55:19 -03:00
parent da7a3084c7
commit 1eabd3405d

View file

@ -4,7 +4,8 @@
"workbench.preferredDarkColorTheme": "GitHub Dark",
"workbench.preferredLightColorTheme": "GitHub Light",
"window.autoDetectColorScheme": true,
"workbench.colorTheme": "GitHub Light",
"workbench.colorTheme": "GitHub Dark",
"git.autofetch": true,
"git.confirmSync": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
}