Skip to content

Commit f39bbd3

Browse files
authored
Merge pull request #2119 from github/nora/cleanup-split-runquery
Remove new commands from command palette
2 parents eb25f31 + 9a53b63 commit f39bbd3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

extensions/ql-vscode/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -964,10 +964,18 @@
964964
"command": "codeQL.runQuery",
965965
"when": "resourceLangId == ql && resourceExtname == .ql"
966966
},
967+
{
968+
"command": "codeQL.runQueryContextEditor",
969+
"when": "false"
970+
},
967971
{
968972
"command": "codeQL.runQueryOnMultipleDatabases",
969973
"when": "resourceLangId == ql && resourceExtname == .ql"
970974
},
975+
{
976+
"command": "codeQL.runQueryOnMultipleDatabasesContextEditor",
977+
"when": "false"
978+
},
971979
{
972980
"command": "codeQL.runVariantAnalysis",
973981
"when": "config.codeQL.canary && editorLangId == ql && resourceExtname == .ql"

0 commit comments

Comments
 (0)