Hide "Go to QL Code" behind canary flag

This commit is contained in:
Dave Bartolomeo
2022-07-14 17:21:52 -04:00
parent 1823ae8397
commit 3ea5524048

View File

@@ -1099,7 +1099,7 @@
},
{
"command": "codeQL.gotoQL",
"when": "editorLangId == ql-summary"
"when": "editorLangId == ql-summary && config.codeQL.canary"
}
]
},