Skip to content

Commit 6f461e7

Browse files
asgerfaeisenberg
andauthored
Update extensions/ql-vscode/package.json
Restrict to Canary Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
1 parent aa528c6 commit 6f461e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@
12371237
{
12381238
"command": "codeQLQueryHistory.comparePerformanceWith",
12391239
"group": "3_queryHistory@1",
1240-
"when": "viewItem == rawResultsItem || viewItem == interpretedResultsItem"
1240+
"when": "viewItem == rawResultsItem && config.codeQL.canary || viewItem == interpretedResultsItem && config.codeQL.canary"
12411241
},
12421242
{
12431243
"command": "codeQLQueryHistory.showQueryLog",

0 commit comments

Comments
 (0)