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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -340,6 +340,12 @@
340
340
"type": "boolean",
341
341
"default": false,
342
342
"description": "Allow database to be downloaded via HTTP. Warning: enabling this option will allow downloading from insecure servers."
343
+
},
344
+
"codeQL.createQuery.Folder": {
345
+
"type": "string",
346
+
"default": "",
347
+
"patternErrorMessage": "Please enter a valid folder",
348
+
"markdownDescription": "The name of the folder where we want to create queries and query packs via the \"CodeQL: Create Query\" command. The folder should exist in the workspace.`)."
0 commit comments