From 8d5a00dcc748a57af38dcc36cb6e43ad306f5f2e Mon Sep 17 00:00:00 2001 From: Charis Kyriakou Date: Thu, 23 Feb 2023 16:47:30 +0000 Subject: [PATCH] Remove obsolete config setting (#2110) --- extensions/ql-vscode/package.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/extensions/ql-vscode/package.json b/extensions/ql-vscode/package.json index 200881e43..2af25e13a 100644 --- a/extensions/ql-vscode/package.json +++ b/extensions/ql-vscode/package.json @@ -281,22 +281,6 @@ "scope": "application", "description": "Specifies whether or not to write telemetry events to the extension log." }, - "codeQL.variantAnalysis.repositoryLists": { - "type": [ - "object", - null - ], - "patternProperties": { - ".*": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "default": null, - "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 `/`)." - }, "codeQL.variantAnalysis.controllerRepo": { "type": "string", "default": "",