Skip to content

Commit dbd5078

Browse files
authored
Fix warning in package.json about "editor.wordBasedSuggestions" (#3451)
1 parent 8b2355a commit dbd5078

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/ql-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
"configurationDefaults": {
5454
"[ql]": {
5555
"debug.saveBeforeStart": "nonUntitledEditorsInActiveGroup",
56-
"editor.wordBasedSuggestions": false
56+
"editor.wordBasedSuggestions": "off"
5757
},
5858
"[dbscheme]": {
59-
"editor.wordBasedSuggestions": false
59+
"editor.wordBasedSuggestions": "off"
6060
}
6161
},
6262
"debuggers": [

0 commit comments

Comments
 (0)