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 88a4e27 commit 23e042cCopy full SHA for 23e042c
package.json
@@ -52,6 +52,10 @@
52
".fx",
53
".fxh"
54
],
55
+ "icon": {
56
+ "light": "./res/icons/hlsl-icon.svg",
57
+ "dark": "./res/icons/hlsl-icon.svg"
58
+ },
59
"configuration": "./language-configuration.json"
60
},
61
{
@@ -67,13 +71,21 @@
67
71
".tesc",
68
72
".tese"
69
73
74
75
+ "light": "./res/icons/glsl-icon.svg",
76
+ "dark": "./res/icons/glsl-icon.svg"
77
70
78
79
80
81
"id": "wgsl",
82
"extensions": [
83
".wgsl"
84
85
86
+ "light": "./res/icons/wgsl-icon.svg",
87
+ "dark": "./res/icons/wgsl-icon.svg"
88
89
90
}
91
res/icons/glsl-icon.svg
res/icons/hlsl-icon.svg
res/icons/wgsl-icon.svg
0 commit comments