Skip to content

Commit 8d5a00d

Browse files
authored
Remove obsolete config setting (#2110)
1 parent a32b073 commit 8d5a00d

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

extensions/ql-vscode/package.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -281,22 +281,6 @@
281281
"scope": "application",
282282
"description": "Specifies whether or not to write telemetry events to the extension log."
283283
},
284-
"codeQL.variantAnalysis.repositoryLists": {
285-
"type": [
286-
"object",
287-
null
288-
],
289-
"patternProperties": {
290-
".*": {
291-
"type": "array",
292-
"items": {
293-
"type": "string"
294-
}
295-
}
296-
},
297-
"default": null,
298-
"markdownDescription": "[For internal use only] Lists of GitHub repositories that you want to run variant analysis against. 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>`)."
299-
},
300284
"codeQL.variantAnalysis.controllerRepo": {
301285
"type": "string",
302286
"default": "",

0 commit comments

Comments
 (0)