vscode: disable snippetsPreventQuickSuggestions
This commit is contained in:
parent
da7a3084c7
commit
1eabd3405d
|
@ -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,
|
||||
}
|
Loading…
Reference in a new issue