Skip to content

Commit 2f81105

Browse files
committed
Enable skeleton wizard in codespaces template
Once we're satisfied with testing this flow (including with a single rooted workspace) we can enable it in the codespaces-template.
1 parent 1106e59 commit 2f81105

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extensions/ql-vscode/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1444,6 +1444,10 @@
14441444
"command": "codeQL.mockGitHubApiServer.unloadScenario",
14451445
"when": "config.codeQL.mockGitHubApiServer.enabled && codeQL.mockGitHubApiServer.scenarioLoaded"
14461446
},
1447+
{
1448+
"command": "codeQL.createQuery",
1449+
"when": "config.codeQL.codespacesTemplate"
1450+
},
14471451
{
14481452
"command": "codeQLTests.acceptOutputContextTestItem",
14491453
"when": "false"

0 commit comments

Comments
 (0)