Skip to content

Commit b51d027

Browse files
authored
Make "create query" command available when queries panel is enabled (#2762)
1 parent bb4d979 commit b51d027

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
@@ -1652,7 +1652,7 @@
16521652
},
16531653
{
16541654
"command": "codeQL.createQuery",
1655-
"when": "config.codeQL.codespacesTemplate"
1655+
"when": "config.codeQL.codespacesTemplate || config.codeQL.canary && config.codeQL.queriesPanel"
16561656
},
16571657
{
16581658
"command": "codeQLTests.acceptOutputContextTestItem",

0 commit comments

Comments
 (0)