Fix warning in package.json about "editor.wordBasedSuggestions" (#3451)
This commit is contained in:
@@ -53,10 +53,10 @@
|
||||
"configurationDefaults": {
|
||||
"[ql]": {
|
||||
"debug.saveBeforeStart": "nonUntitledEditorsInActiveGroup",
|
||||
"editor.wordBasedSuggestions": false
|
||||
"editor.wordBasedSuggestions": "off"
|
||||
},
|
||||
"[dbscheme]": {
|
||||
"editor.wordBasedSuggestions": false
|
||||
"editor.wordBasedSuggestions": "off"
|
||||
}
|
||||
},
|
||||
"debuggers": [
|
||||
|
||||
Reference in New Issue
Block a user