-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi there,
Thank you very much again for the valuable contributions.
I'd like to propose adding support for nightly builds of the language server as well as a preview release channel for the VSCode extension.
This would allow contributors and advanced users to:
- Test upcoming features and bug fixes early
- Provide feedback before stable releases
- Validate fixes for specific issues (e.g. linked to
main
branch commits)
Proposed features:
- A GitHub Actions-based nightly CI build for the VHDL LS server binary (e.g., uploaded as an artifact or GitHub release with
nightly
tag) - A
preview
version of the VSCode extension (via separate release channel or prerelease tag on the marketplace)
Why it’s useful:
- Enables faster testing of bug fixes and experimental features
- Reduces feedback loops for contributors
- Helps in catching regressions early
- Encourages community engagement without destabilising the main release
Optional ideas:
- Include the git commit SHA and build timestamp in the LSP version string
- Provide instructions in the README on how to switch to preview/nightly builds
Thanks a lot for your great work - I'd be happy to help test things if this gets set up!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request