|
258 | 258 | "scope": "application", |
259 | 259 | "description": "Specifies whether or not to write telemetry events to the extension log." |
260 | 260 | }, |
261 | | - "codeQL.remoteQueries.repositoryLists": { |
| 261 | + "codeQL.variantAnalysis.repositoryLists": { |
262 | 262 | "type": [ |
263 | 263 | "object", |
264 | 264 | null |
|
272 | 272 | } |
273 | 273 | }, |
274 | 274 | "default": null, |
275 | | - "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>`)." |
| 275 | + "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>`)." |
276 | 276 | }, |
277 | | - "codeQL.remoteQueries.controllerRepo": { |
| 277 | + "codeQL.variantAnalysis.controllerRepo": { |
278 | 278 | "type": "string", |
279 | 279 | "default": "", |
280 | 280 | "pattern": "^$|^(?:[a-zA-Z0-9]+-)*[a-zA-Z0-9]+/[a-zA-Z0-9-_]+$", |
281 | 281 | "patternErrorMessage": "Please enter a valid GitHub repository", |
282 | | - "markdownDescription": "[For internal use only] The name of the GitHub repository where you can view the progress and results of the \"Run Remote query\" command. The repository should be of the form `<owner>/<repo>`)." |
| 282 | + "markdownDescription": "[For internal use only] The name of the GitHub repository where you can view the progress and results of the \"Run Variant Analysis\" command. The repository should be of the form `<owner>/<repo>`)." |
283 | 283 | } |
284 | 284 | } |
285 | 285 | }, |
|
297 | 297 | "title": "CodeQL: Run Query on Multiple Databases" |
298 | 298 | }, |
299 | 299 | { |
300 | | - "command": "codeQL.runRemoteQuery", |
301 | | - "title": "CodeQL: Run Remote Query" |
| 300 | + "command": "codeQL.runVariantAnalysis", |
| 301 | + "title": "CodeQL: Run Variant Analysis" |
302 | 302 | }, |
303 | 303 | { |
304 | 304 | "command": "codeQL.runQueries", |
|
542 | 542 | }, |
543 | 543 | { |
544 | 544 | "command": "codeQLQueryHistory.openOnGithub", |
545 | | - "title": "Open Remote Query on GitHub" |
| 545 | + "title": "Open Variant Analysis on GitHub" |
546 | 546 | }, |
547 | 547 | { |
548 | 548 | "command": "codeQLQueryResults.nextPathStep", |
|
798 | 798 | "when": "resourceLangId == ql && resourceExtname == .ql" |
799 | 799 | }, |
800 | 800 | { |
801 | | - "command": "codeQL.runRemoteQuery", |
| 801 | + "command": "codeQL.runVariantAnalysis", |
802 | 802 | "when": "config.codeQL.canary && editorLangId == ql && resourceExtname == .ql" |
803 | 803 | }, |
804 | 804 | { |
|
976 | 976 | "when": "editorLangId == ql && resourceExtname == .ql" |
977 | 977 | }, |
978 | 978 | { |
979 | | - "command": "codeQL.runRemoteQuery", |
| 979 | + "command": "codeQL.runVariantAnalysis", |
980 | 980 | "when": "config.codeQL.canary && editorLangId == ql && resourceExtname == .ql" |
981 | 981 | }, |
982 | 982 | { |
|
0 commit comments