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
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,19 @@
233
233
"default": false,
234
234
"scope": "application",
235
235
"description": "Specifies whether or not to write telemetry events to the extension log."
236
+
},
237
+
"codeQL.remoteRepositoryLists": {
238
+
"type": "object",
239
+
"patternProperties": {
240
+
".*": {
241
+
"type": "array",
242
+
"items": {
243
+
"type": "string"
244
+
}
245
+
}
246
+
},
247
+
"default": null,
248
+
"markdownDescription": "[For internal use only] Lists of GitHub repositories that you want to query remotely. This should be a JSON object where each key is a user-specified name for this repository list, and the value is an array of GitHub repositories (of the form `<owner>/<repo>`)."
voidshowAndLogErrorMessage(`Missing file: '${repositoriesFile}' to specify the repositories to run against. This file must be a sibling of ${queryFile}.`);
0 commit comments