Merge pull request #2119 from github/nora/cleanup-split-runquery
Remove new commands from command palette
This commit is contained in:
@@ -964,10 +964,18 @@
|
|||||||
"command": "codeQL.runQuery",
|
"command": "codeQL.runQuery",
|
||||||
"when": "resourceLangId == ql && resourceExtname == .ql"
|
"when": "resourceLangId == ql && resourceExtname == .ql"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"command": "codeQL.runQueryContextEditor",
|
||||||
|
"when": "false"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "codeQL.runQueryOnMultipleDatabases",
|
"command": "codeQL.runQueryOnMultipleDatabases",
|
||||||
"when": "resourceLangId == ql && resourceExtname == .ql"
|
"when": "resourceLangId == ql && resourceExtname == .ql"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"command": "codeQL.runQueryOnMultipleDatabasesContextEditor",
|
||||||
|
"when": "false"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "codeQL.runVariantAnalysis",
|
"command": "codeQL.runVariantAnalysis",
|
||||||
"when": "config.codeQL.canary && editorLangId == ql && resourceExtname == .ql"
|
"when": "config.codeQL.canary && editorLangId == ql && resourceExtname == .ql"
|
||||||
|
|||||||
Reference in New Issue
Block a user