We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb25f31 commit 9a53b63Copy full SHA for 9a53b63
extensions/ql-vscode/package.json
@@ -964,10 +964,18 @@
964
"command": "codeQL.runQuery",
965
"when": "resourceLangId == ql && resourceExtname == .ql"
966
},
967
+ {
968
+ "command": "codeQL.runQueryContextEditor",
969
+ "when": "false"
970
+ },
971
{
972
"command": "codeQL.runQueryOnMultipleDatabases",
973
974
975
976
+ "command": "codeQL.runQueryOnMultipleDatabasesContextEditor",
977
978
979
980
"command": "codeQL.runVariantAnalysis",
981
"when": "config.codeQL.canary && editorLangId == ql && resourceExtname == .ql"
0 commit comments