Update extensions/ql-vscode/package.json

Restrict to Canary

Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
Asger F
2025-01-17 10:40:09 +01:00
committed by GitHub
parent aa528c6037
commit 6f461e75a7

View File

@@ -1237,7 +1237,7 @@
{
"command": "codeQLQueryHistory.comparePerformanceWith",
"group": "3_queryHistory@1",
"when": "viewItem == rawResultsItem || viewItem == interpretedResultsItem"
"when": "viewItem == rawResultsItem && config.codeQL.canary || viewItem == interpretedResultsItem && config.codeQL.canary"
},
{
"command": "codeQLQueryHistory.showQueryLog",