Releases: luau-xml/lsp
Releases · luau-xml/lsp
Release list
0.1.1 (August 3rd, 2026)
What's Changed
Other changes
- chore(release): bump version to 0.1.1 by @ryancundiff in #3
Full Changelog: v0.1.0...v0.1.1
0.1.0 (August 3rd, 2026)
Install
One .vsix per platform: the extension bundles a server binary, and a
binary is for exactly one platform. The target is in the manifest as
well as the filename, so VS Code refuses a mismatched build rather
than failing at run time.
| Platform | Asset |
|---|---|
| Windows (x64) | luaux-lsp-win32-x64-*.vsix |
| Windows (arm64) | luaux-lsp-win32-arm64-*.vsix |
| macOS (Apple) | luaux-lsp-darwin-arm64-*.vsix |
| macOS (Intel) | luaux-lsp-darwin-x64-*.vsix |
| Linux (x64) | luaux-lsp-linux-x64-*.vsix |
| Linux (arm64) | luaux-lsp-linux-arm64-*.vsix |
$ code --install-extension luaux-lsp-<target>-<version>.vsixAlso on the Marketplace
and OpenVSX,
where the right build is chosen for you.
What's Changed
Fixes
- fix: URI and path handling on Windows, and the skips that hid it by @ryancundiff in #1
Other changes
- chore: prepare the repository for its first release by @ryancundiff in #2
New Contributors
- @ryancundiff made their first contribution in #1
Full Changelog: https://github.com/luau-xml/lsp/commits/v0.1.0