We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7e78fd + 2679e9a commit d69d7dcCopy full SHA for d69d7dc
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
@@ -39,6 +39,14 @@
39
"language-configuration.json"
40
],
41
"contributes": {
42
+ "configurationDefaults": {
43
+ "[ql]": {
44
+ "editor.wordBasedSuggestions": false
45
+ },
46
+ "[dbscheme]": {
47
48
+ }
49
50
"languages": [
51
{
52
"id": "ql",
0 commit comments