1.55.0
Immutable
release. Only release title and notes can be modified.
[1.55.0] - 2025-10-19
Added
- Require graph functionality is now available on the command line, with
luau-lsp require-graph [--sourcemap PATH] <files>. There are two
output modes:--output-mode=json(default) and--output-mode=dot. The JSON output is currently experimental and is
subject to change. - The VSCode extension now provides a Getting Started walkthrough to guide you through common configuration to change (
platform, sourcemap, global types). You can access this walkthrough at any time by running
Luau: Open Walkthrough(#973)
Fixed
- Fixed broken visualization of require graph due to missing libraries
- Hidden variadic parameters no longer show in autocomplete of functions when new type solver is
enabled (#1129)
Changed
- Sync to upstream Luau 696
External Contributions
- feat: add JB to the list of supported IDEs by @AleksandrSl in #1224
- Fix clang-cl compilation, better compilation instructions by @checkraisefold in #1232
Full Changelog: 1.54.0...1.55.0