We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c678ca commit 95200b2Copy full SHA for 95200b2
1 file changed
extensions/ql-vscode/package.json
@@ -663,13 +663,17 @@
663
}
664
],
665
"commandPalette": [
666
+ {
667
+ "command": "codeQL.authenticateToGitHub",
668
+ "when": "config.codeQL.canary"
669
+ },
670
{
671
"command": "codeQL.runQuery",
672
"when": "resourceLangId == ql && resourceExtname == .ql"
673
},
674
675
"command": "codeQL.runRemoteQuery",
- "when": "editorLangId == ql && resourceExtname == .ql"
676
+ "when": "config.codeQL.canary && editorLangId == ql && resourceExtname == .ql"
677
678
679
"command": "codeQL.runQueries",
@@ -815,7 +819,7 @@
815
819
816
820
817
821
818
822
823
824
825
"command": "codeQL.viewAst",
0 commit comments