We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea0c3c commit c78db22Copy full SHA for c78db22
extensions/ql-vscode/package.json
@@ -1103,7 +1103,7 @@
1103
{
1104
"command": "codeQLQueries.runLocalQueryContextInline",
1105
"group": "inline",
1106
- "when": "view == codeQLQueries && viewItem == queryFile"
+ "when": "view == codeQLQueries && viewItem == queryFile && codeQL.currentDatabaseItem"
1107
},
1108
1109
"command": "codeQLTests.showOutputDifferences",
0 commit comments