You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+6-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
"publisher": "cquery-project",
8
8
"preview": true,
9
9
"engines": {
10
-
"vscode": "^1.18.0"
10
+
"vscode": "^1.22.0"
11
11
},
12
12
"categories": [
13
13
"Programming Languages"
@@ -166,6 +166,11 @@
166
166
"default": "",
167
167
"description": "Absolute path to the directory that the cached index will be stored in. Try to have this directory on an SSD. If not explicitly set, this will be automatically populated with the extension cache directory.\n\n${workspaceFolder} will be replaced by the folder where .vscode/settings.json resides.\n\nCache directories are project-wide, so this should be configured in the workspace settings so multiple indexes do not clash.\n\nExample value: \"/work/cquery-cache/chrome/\""
168
168
},
169
+
"cquery.developer.emitQueryDbBlocked": {
170
+
"type": "boolean",
171
+
"default": false,
172
+
"description": "If true, a notification will be shown whenever the querydb thread is busy."
0 commit comments