Skip to content

Commit af366af

Browse files
authored
Merge pull request #2556 from github/nora/release-run-from-tab
Release run query from file tab icon
2 parents 1579859 + 46a3208 commit af366af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@
903903
{
904904
"command": "codeQL.runLocalQueryFromFileTab",
905905
"group": "navigation",
906-
"when": "config.codeQL.queriesPanel && resourceExtname == .ql && codeQL.currentDatabaseItem"
906+
"when": "resourceExtname == .ql && codeQL.currentDatabaseItem"
907907
}
908908
],
909909
"view/title": [

0 commit comments

Comments
 (0)