Skip to content

Commit 46a3208

Browse files
committed
Release run query from file tab
1 parent 8297751 commit 46a3208

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)