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 a3cf723 commit 047ac1bCopy full SHA for 047ac1b
fileicons/images/kcl-logo.svg
package.json
@@ -3,7 +3,7 @@
3
"publisher": "kcl",
4
"displayName": "KCL",
5
"description": "Language extension for KCL",
6
- "version": "0.2.2",
+ "version": "0.2.3",
7
"engines": {
8
"vscode": "^1.63.0"
9
},
@@ -69,6 +69,10 @@
69
"extensions": [
70
".k"
71
],
72
+ "icon": {
73
+ "light": "./fileicons/images/kcl-logo.svg",
74
+ "dark": "./fileicons/images/kcl-logo.svg"
75
+ },
76
"configuration": "./language-configuration.json"
77
78
{
0 commit comments