We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e1ed3 commit 2679e9aCopy full SHA for 2679e9a
extensions/ql-vscode/CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## 1.0.4
4
5
+- Disable word-based autocomplete by default.
6
+
7
## 1.0.3 - 13 January 2020
8
9
- Reduce the frequency of CodeQL CLI update checks to help avoid hitting GitHub API limits of 60 requests per
extensions/ql-vscode/package.json
@@ -42,6 +42,9 @@
42
"configurationDefaults": {
43
"[ql]": {
44
"editor.wordBasedSuggestions": false
45
+ },
46
+ "[dbscheme]": {
47
+ "editor.wordBasedSuggestions": false
48
}
49
},
50
"languages": [
0 commit comments