You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [unreleased]
9
9
10
+
## [1.2.0] - 2025-10-04
11
+
12
+
### Changed
13
+
14
+
- Server current working directory is now set to the path of the first workspace, which should help finding relative include & such.
15
+
- Hide log in WASI if trace is not enabled.
16
+
- Using [shader-language-server v1.2.0](https://github.com/antaalt/shader-sense/releases/tag/v1.2.0) with improvements on config and documentation.
17
+
18
+
## Added
19
+
20
+
- New setting to define macro per shader stage.
21
+
- Ability to disable a specific shader language handling for the server to coexist with some other extension or free up some wasted memory.
22
+
23
+
### Fixed
24
+
25
+
- Improved startup time which was impacted by multiple execSync for checking server version.
26
+
- Improved HLSL syntax highlighting for attributes.
27
+
- When trying to display logs, ask to enable them for convenience.
28
+
- Fixed an issue when vscode is trying to install the wasi runner and fail, which does not display error and load to infinity.
29
+
10
30
11
31
## [1.1.0] - 2025-08-31
12
32
@@ -303,7 +323,8 @@ Initial release of this extension using [shader-language-server v0.0.1](https://
0 commit comments