We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927ea42 commit f2f0126Copy full SHA for f2f0126
packages/databricks-vscode/package.json
@@ -430,7 +430,7 @@
430
},
431
{
432
"command": "databricks.bundle.cancelRun",
433
- "when": "view == dabsResourceExplorerView && viewItem =~ /^databricks.bundle.*.cancellable.*$/ && databricks.context.bundle.deploymentState == running",
+ "when": "view == dabsResourceExplorerView && viewItem =~ /^databricks.bundle.*.cancellable.*$/ && databricks.context.bundle.deploymentState == idle",
434
"group": "inline@0"
435
}
436
],
0 commit comments