Skip to content

Releases: antaalt/shader-validator

v0.5.5

04 Apr 19:00

Choose a tag to compare

Small fixes & improvements on server side.
See server patch note for more informations.

v0.5.4

26 Mar 18:40

Choose a tag to compare

Small fixes on server side. See server patch note

v0.5.3

23 Mar 19:53

Choose a tag to compare

Release with some improvements & fixes.
More info here

v0.5.2

09 Mar 21:02

Choose a tag to compare

New version that fixes some issues.
More info here.

v0.5.1

04 Mar 21:54

Choose a tag to compare

GLSL improvements & small fixes. You can see the detail here.

v0.5.0

01 Mar 15:32

Choose a tag to compare

This new version of the extension bring some interesting functionalities, mostly related to HLSL:

  • Improved HLSL syntax highlighting
  • Variant interface, which let you add custom entry point to your shaders.
  • New server with some new functionnalities you can see here such as:
    • Inactive regions detection
    • Workspace symbols
    • Document symbols
    • And much more

v0.5.0-pre1

13 Feb 13:26

Choose a tag to compare

v0.5.0-pre1 Pre-release
Pre-release

This pre-release of the server add some new features:

  • Fix a bug not triggering diagnostic after configuration update
  • Some HLSL queries improvement
  • Detection of inactive preprocessor regions for HLSL
  • Improved HLSL syntax highlighting

You can find the server release note here

v0.4.2

03 Jan 00:39

Choose a tag to compare

  • Add dxc support on Linux for HLSL.
  • Add a Dump ast command for debug.

v0.4.1

20 Dec 17:49

Choose a tag to compare

Small server fixes.

You can find the release note here

v0.4.0

23 Nov 10:22

Choose a tag to compare

This new version includes an upgraded server that should be way more efficient and stable and add some new features as well:

  • Improved symbol search
  • Goto support on include
  • Struct field completion (experimental)
  • Symbols have range instead of position, so better hovering & goto experience.
  • Icons for HLSL / GLSL / WGSL
  • Fix command validateFile that crashed. Now simply display a useless message.