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: extensions/ql-vscode/package.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,14 @@
179
179
"default": 20,
180
180
"description": "Max number of simultaneous queries to run using the 'CodeQL: Run Queries' command."
181
181
},
182
+
"codeQL.runningQueries.customLogDirectory": {
183
+
"type": [
184
+
"string",
185
+
null
186
+
],
187
+
"default": null,
188
+
"description": "Path to a directory where the CodeQL extension should store query server logs. If empty, the extension stores logs in a temporary workspace folder and deletes the contents after each run."
helpers.showAndLogErrorMessage(`${this.config.customLogDirectory} is not a valid directory. Logs will be stored in a temporary workspace directory instead.`);
0 commit comments