Skip to content

Releases: luau-xml/lsp

0.1.1 (August 3rd, 2026)

Choose a tag to compare

@ryancundiff ryancundiff released this 03 Aug 10:40

What's Changed

Other changes

Full Changelog: v0.1.0...v0.1.1

0.1.0 (August 3rd, 2026)

Choose a tag to compare

@ryancundiff ryancundiff released this 03 Aug 07:14
fe5ca36

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>.vsix

Also 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

Full Changelog: https://github.com/luau-xml/lsp/commits/v0.1.0