Make "create query" command available when queries panel is enabled (#2762)

This commit is contained in:
Shati Patel
2023-08-30 16:09:39 +01:00
committed by GitHub
parent bb4d97999e
commit b51d027b0c

View File

@@ -1652,7 +1652,7 @@
},
{
"command": "codeQL.createQuery",
"when": "config.codeQL.codespacesTemplate"
"when": "config.codeQL.codespacesTemplate || config.codeQL.canary && config.codeQL.queriesPanel"
},
{
"command": "codeQLTests.acceptOutputContextTestItem",