Fix warning in package.json about "editor.wordBasedSuggestions" (#3451)

This commit is contained in:
Shati Patel
2024-03-07 16:48:29 +00:00
committed by GitHub
parent 8b2355acc3
commit dbd5078424

View File

@@ -53,10 +53,10 @@
"configurationDefaults": {
"[ql]": {
"debug.saveBeforeStart": "nonUntitledEditorsInActiveGroup",
"editor.wordBasedSuggestions": false
"editor.wordBasedSuggestions": "off"
},
"[dbscheme]": {
"editor.wordBasedSuggestions": false
"editor.wordBasedSuggestions": "off"
}
},
"debuggers": [