Skip to content

Commit

Permalink
Validate icon (#1441)
Browse files Browse the repository at this point in the history
## Changes

<img width="579" alt="Screenshot 2024-11-06 at 11 36 36"
src="https://github.com/user-attachments/assets/1a12f934-69b6-436b-a8b4-f7bcdf6b2527">


## Tests
<!-- How is this tested? -->
  • Loading branch information
ilia-db authored Nov 7, 2024
1 parent 5ba42f7 commit 54f7376
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/databricks-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,10 @@
},
{
"command": "databricks.bundle.deployAndValidate",
"icon": "$(beaker)",
"icon": {
"dark": "resources/dark/check-line-icon.svg",
"light": "resources/light/check-line-icon.svg"
},
"title": "Deploy the bundle and validate the pipeline",
"enablement": "databricks.context.activated && databricks.context.bundle.isTargetSet && databricks.context.bundle.deploymentState == idle",
"category": "Databricks"
Expand Down
6 changes: 6 additions & 0 deletions packages/databricks-vscode/resources/dark/check-line-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 54f7376

Please sign in to comment.