1.41.0
[1.41.0] - 2025-03-16
Added
- Documentation comments now attach to type alias definitions (#956)
- VSCode: Introduced
luau-lsp.sourcemap.generatorCommand
to run a custom generator for updating the sourcemap. Accepts a shell command.
If undefined (default), then falls back to usingrojo
. (#968) - VSCode: Introduced
luau-lsp.sourcemap.useVSCodeWatcher
(default:false
). When enabled, the extension will connect to
VSCode file added / removed events for retriggering the generator. When disabled (default), the extension delegates to
the generator process for watching. When usingrojo
, this option controls the--watch
flag. - VSCode: Documentation now supports HTML syntax (#964)
Changed
- Sync to upstream Luau 0.665
- VSCode: Improved error reporting when the Studio Plugin sends a result that is too large. The error now includes the
size limit, the received size, and steps to resolve the issue (#969) - The language server will no longer attempt to remove HTML tags from
documentation (#964)
External Contributions
- Attach documentation comments to type alias definitions by @m4fh in #956
- Enable HTML rendering in language client options by @m4fh in #964
Full Changelog: 1.40.0...1.41.0