Skip to content

Commit 3627139

Browse files
committed
Hide command behind canary flag
Adding this temporarily
1 parent 77bffd5 commit 3627139

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
@@ -1321,6 +1321,10 @@
13211321
{
13221322
"command": "codeQL.mockGitHubApiServer.unloadScenario",
13231323
"when": "config.codeQL.mockGitHubApiServer.enabled && codeQL.mockGitHubApiServer.scenarioLoaded"
1324+
},
1325+
{
1326+
"command": "codeQL.createQuery",
1327+
"when": "config.codeQL.canary"
13241328
}
13251329
],
13261330
"editor/context": [

0 commit comments

Comments
 (0)