Make "create query" command available when queries panel is enabled (#2762)
This commit is contained in:
@@ -1652,7 +1652,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "codeQL.createQuery",
|
"command": "codeQL.createQuery",
|
||||||
"when": "config.codeQL.codespacesTemplate"
|
"when": "config.codeQL.codespacesTemplate || config.codeQL.canary && config.codeQL.queriesPanel"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "codeQLTests.acceptOutputContextTestItem",
|
"command": "codeQLTests.acceptOutputContextTestItem",
|
||||||
|
|||||||
Reference in New Issue
Block a user