We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa528c6 commit 6f461e7Copy full SHA for 6f461e7
extensions/ql-vscode/package.json
@@ -1237,7 +1237,7 @@
1237
{
1238
"command": "codeQLQueryHistory.comparePerformanceWith",
1239
"group": "3_queryHistory@1",
1240
- "when": "viewItem == rawResultsItem || viewItem == interpretedResultsItem"
+ "when": "viewItem == rawResultsItem && config.codeQL.canary || viewItem == interpretedResultsItem && config.codeQL.canary"
1241
},
1242
1243
"command": "codeQLQueryHistory.showQueryLog",
0 commit comments