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.
This commit is contained in:
Elena Tanasoiu
2023-04-19 11:25:08 +00:00
parent 1106e5959a
commit 2f811057b8

View File

@@ -1444,6 +1444,10 @@
"command": "codeQL.mockGitHubApiServer.unloadScenario",
"when": "config.codeQL.mockGitHubApiServer.enabled && codeQL.mockGitHubApiServer.scenarioLoaded"
},
{
"command": "codeQL.createQuery",
"when": "config.codeQL.codespacesTemplate"
},
{
"command": "codeQLTests.acceptOutputContextTestItem",
"when": "false"