Skip to content

Commit d6e2ea4

Browse files
committed
Skip registering the command in package.json
It seems like it is not necessary to register all commands in `package.json`. This will remove it since it doesn't have any functions associated with it when no variant analysis ID is passed.
1 parent cdd18b1 commit d6e2ea4

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

extensions/ql-vscode/package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,6 @@
317317
"command": "codeQL.mockVariantAnalysisView",
318318
"title": "CodeQL: Open Variant Analysis Mock View"
319319
},
320-
{
321-
"command": "codeQL.openVariantAnalysisView",
322-
"title": "CodeQL: Open Variant Analysis View"
323-
},
324320
{
325321
"command": "codeQL.runQueries",
326322
"title": "CodeQL: Run Queries in Selected Files"
@@ -905,10 +901,6 @@
905901
"command": "codeQL.mockVariantAnalysisView",
906902
"when": "config.codeQL.canary && config.codeQL.variantAnalysis.liveResults"
907903
},
908-
{
909-
"command": "codeQL.openVariantAnalysisView",
910-
"when": "false"
911-
},
912904
{
913905
"command": "codeQL.runQueries",
914906
"when": "false"

0 commit comments

Comments
 (0)