Skip to content

Commit a64c73b

Browse files
committed
chore(dbml-ext): add language icon
1 parent 9bf2bb0 commit a64c73b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
Lines changed: 8 additions & 0 deletions
Loading

packages/dbml-vs-code-extension/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@
2424
],
2525
"extensions": [
2626
".dbml"
27-
]
27+
],
28+
"icon": {
29+
"dark": "./icons/dbml-logo.svg",
30+
"light": "./icons/dbml-logo.svg"
31+
}
2832
}
2933
],
3034
"commands": [

0 commit comments

Comments
 (0)