Skip to content

Commit 54f7376

Browse files
authored
Validate icon (#1441)
## 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? -->
1 parent 5ba42f7 commit 54f7376

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

packages/databricks-vscode/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,10 @@
226226
},
227227
{
228228
"command": "databricks.bundle.deployAndValidate",
229-
"icon": "$(beaker)",
229+
"icon": {
230+
"dark": "resources/dark/check-line-icon.svg",
231+
"light": "resources/light/check-line-icon.svg"
232+
},
230233
"title": "Deploy the bundle and validate the pipeline",
231234
"enablement": "databricks.context.activated && databricks.context.bundle.isTargetSet && databricks.context.bundle.deploymentState == idle",
232235
"category": "Databricks"
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)