We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b925bce commit af032cdCopy full SHA for af032cd
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## v1.8.1
4
+- Update to Slang v2023.5.4.
5
+- Add support for Source Engine shader files.
6
+
7
## v1.8.0
8
- Update to Slang v2023.5.3.
9
package.json
@@ -3,7 +3,7 @@
"displayName": "Slang",
"description": "Extension for the Slang Shading Language",
"publisher": "shader-slang",
- "version": "1.8.0",
+ "version": "1.8.1",
"icon": "icon.png",
"engines": {
"vscode": "^1.67.0"
@@ -47,7 +47,9 @@
47
".slangh",
48
".hlsl",
49
".usf",
50
- ".ush"
+ ".ush",
51
+ ".vfx",
52
+ ".fxc"
53
],
54
"configuration": "./language-configuration.json"
55
}
0 commit comments