Releases: armsnyder/gdshader-language-server
Releases · armsnyder/gdshader-language-server
v0.6.0
0.6.0 (2025-07-06)
Features
- vscode: Grammar for basic syntax highlighting (#43) (aa8cebf)
v0.5.0
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
0.4.1 (2025-06-30)
Bug Fixes
- vscode: Fix missing languageserver-client dependency (d1fb3c8)
v0.4.0
0.4.0 (2025-06-30)
Features
- Create a VSCode extension (d99d397)
v0.3.0
0.3.0 (2025-06-27)
Features
- Sign and notarize MacOS binaries (c54d4dd)
v0.2.0
0.2.0 (2025-06-27)
Features
- Built-in completion for spatial shaders and smarter completion (8d45618)
v0.1.0
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)