Skip to content

Commit 047ac1b

Browse files
committed
fix: kcl file icon
Signed-off-by: Ali Azlan <[email protected]>
1 parent a3cf723 commit 047ac1b

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed

fileicons/images/kcl-logo.svg

Lines changed: 8 additions & 18 deletions
Loading

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "kcl",
44
"displayName": "KCL",
55
"description": "Language extension for KCL",
6-
"version": "0.2.2",
6+
"version": "0.2.3",
77
"engines": {
88
"vscode": "^1.63.0"
99
},
@@ -69,6 +69,10 @@
6969
"extensions": [
7070
".k"
7171
],
72+
"icon": {
73+
"light": "./fileicons/images/kcl-logo.svg",
74+
"dark": "./fileicons/images/kcl-logo.svg"
75+
},
7276
"configuration": "./language-configuration.json"
7377
},
7478
{

0 commit comments

Comments
 (0)