Skip to content

Releases: armsnyder/gdshader-language-server

v0.6.0

06 Jul 08:12
659588b
Compare
Choose a tag to compare

0.6.0 (2025-07-06)

Features

  • vscode: Grammar for basic syntax highlighting (#43) (aa8cebf)

v0.5.0

02 Jul 07:10
d6da415
Compare
Choose a tag to compare

0.5.0 (2025-07-02)

Features

  • vscode: Add an option to trace LSP messages (#17) (6f17cb1)
  • vscode: Add debug options to override the server path (c3e665a)

Bug Fixes

  • Fix completion errors in files without terminal newline (8b86a79)

v0.4.1

30 Jun 04:21
29f4f27
Compare
Choose a tag to compare

0.4.1 (2025-06-30)

Bug Fixes

  • vscode: Fix missing languageserver-client dependency (d1fb3c8)

v0.4.0

30 Jun 02:47
802f7de
Compare
Choose a tag to compare

0.4.0 (2025-06-30)

Features

  • Create a VSCode extension (d99d397)

v0.3.0

27 Jun 08:20
Compare
Choose a tag to compare

0.3.0 (2025-06-27)

Features

  • Sign and notarize MacOS binaries (c54d4dd)

v0.2.0

27 Jun 07:03
Compare
Choose a tag to compare

0.2.0 (2025-06-27)

Features

  • Built-in completion for spatial shaders and smarter completion (8d45618)

v0.1.0

27 Jun 04:43
Compare
Choose a tag to compare

0.1.0 (2025-06-27)

Features

  • Basic keyword completion (b2d0302)
  • Implement text buffers and textdocument notifications (c96d24f)
  • Initial project setup (0b0e481)

Bug Fixes

  • Fix group_uniforms keyword (fd20ad5)