Skip to content

Commit 2679e9a

Browse files
committed
Address review comments.
1 parent 20e1ed3 commit 2679e9a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

extensions/ql-vscode/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## 1.0.4
44

5+
- Disable word-based autocomplete by default.
6+
57
## 1.0.3 - 13 January 2020
68

79
- Reduce the frequency of CodeQL CLI update checks to help avoid hitting GitHub API limits of 60 requests per

extensions/ql-vscode/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
"configurationDefaults": {
4343
"[ql]": {
4444
"editor.wordBasedSuggestions": false
45+
},
46+
"[dbscheme]": {
47+
"editor.wordBasedSuggestions": false
4548
}
4649
},
4750
"languages": [

0 commit comments

Comments
 (0)