Skip to content

Commit 23e042c

Browse files
committed
Add custom file icons.
1 parent 88a4e27 commit 23e042c

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
".fx",
5353
".fxh"
5454
],
55+
"icon": {
56+
"light": "./res/icons/hlsl-icon.svg",
57+
"dark": "./res/icons/hlsl-icon.svg"
58+
},
5559
"configuration": "./language-configuration.json"
5660
},
5761
{
@@ -67,13 +71,21 @@
6771
".tesc",
6872
".tese"
6973
],
74+
"icon": {
75+
"light": "./res/icons/glsl-icon.svg",
76+
"dark": "./res/icons/glsl-icon.svg"
77+
},
7078
"configuration": "./language-configuration.json"
7179
},
7280
{
7381
"id": "wgsl",
7482
"extensions": [
7583
".wgsl"
7684
],
85+
"icon": {
86+
"light": "./res/icons/wgsl-icon.svg",
87+
"dark": "./res/icons/wgsl-icon.svg"
88+
},
7789
"configuration": "./language-configuration.json"
7890
}
7991
],

res/icons/glsl-icon.svg

Lines changed: 6 additions & 0 deletions
Loading

res/icons/hlsl-icon.svg

Lines changed: 6 additions & 0 deletions
Loading

res/icons/wgsl-icon.svg

Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)