Skip to content

Commit db35cb2

Browse files
committed
Add new setting to package.json
1 parent e0bf1ca commit db35cb2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

extensions/ql-vscode/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,12 @@
340340
"type": "boolean",
341341
"default": false,
342342
"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.`)."
343349
}
344350
}
345351
},

0 commit comments

Comments
 (0)