Allow the main branch to be used for bleeding-edge software users #51
Replies: 2 comments 1 reply
-
I can look into providing a nightly release, although I'm not sure how worthwhile it is right now. I do aim to release new versions relatively often, I mainly am waiting on other things to complete first. The main this is we can't compile on the user-side, so we will need to continuously publish prebuilt nightly binaries. You can actually do this now, provided you have a cmake available. You can build a binary using https://github.com/JohnnyMorganz/luau-lsp#build-from-source then copy the built binary and replace the existing one at |
Beta Was this translation helpful? Give feedback.
-
I've created a workflow that will generate some nightly artifacts everyday at midnight UTC. In order to use the nightly version, you will have to download the artifacts and unpack them. There, you will find the extension which you can use in VSCode by running "Extensions: Install from VSIX..." You will find the artifacts generated at https://github.com/JohnnyMorganz/luau-lsp/actions/workflows/nightly.yml, with the first nightly release generated at https://github.com/JohnnyMorganz/luau-lsp/actions/runs/3072965449 |
Beta Was this translation helpful? Give feedback.
-
There may be updates released into main but have not been included into a stable version yet, including an option to pull straight from the source would be a great way to test new/beta features.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions