Skip to content

Commit a4048cf

Browse files
committed
Run all is always available
Signed-off-by: worksofliam <[email protected]>
1 parent fbed629 commit a4048cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@
11371137
},
11381138
{
11391139
"command": "vscode-db2i.runEditorStatement.multiple.all",
1140-
"when": "editorLangId == sql && vscode-db2i:statementCanCancel != true && !editorHasSelection",
1140+
"when": "editorLangId == sql && vscode-db2i:statementCanCancel != true",
11411141
"group": "navigation_multiple@1"
11421142
},
11431143
{

0 commit comments

Comments
 (0)