Skip to content

v1.2.0

Choose a tag to compare

@antaalt antaalt released this 05 Oct 10:28
· 6 commits to main since this release

Changed

  • Server current working directory is now set to the path of the first workspace, which should help finding relative include & such.
  • Hide log in WASI if trace is not enabled.
  • Using shader-language-server v1.2.0 with improvements on config and documentation.

Added

  • New setting to define macro per shader stage.
  • Ability to disable a specific shader language handling for the server to coexist with some other extension or free up some wasted memory.

Fixed

  • Improved startup time which was impacted by multiple execSync for checking server version.
  • Improved HLSL syntax highlighting for attributes.
  • When trying to display logs, ask to enable them for convenience.
  • Fixed an issue when vscode is trying to install the wasi runner and fail, which does not display error and load to infinity.