Merge pull request #2119 from github/nora/cleanup-split-runquery

Remove new commands from command palette
This commit is contained in:
Nora
2023-02-28 13:28:16 +01:00
committed by GitHub

View File

@@ -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"