Remove canary flag

Once we're satisfied with testing this flow (including with a single
rooted workspace) we can remove this flag.
This commit is contained in:
Elena Tanasoiu
2023-04-13 14:47:34 +00:00
parent 72a3e8d44a
commit 1106e5959a

View File

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