1.41.0 #974
JohnnyMorganz
announced in
Announcements
1.41.0
#974
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
[1.41.0] - 2025-03-16
Added
luau-lsp.sourcemap.generatorCommand
to run a custom generator for updating the sourcemap. Accepts a shell command.If undefined (default), then falls back to using
rojo
. (#968)luau-lsp.sourcemap.useVSCodeWatcher
(default:false
). When enabled, the extension will connect toVSCode file added / removed events for retriggering the generator. When disabled (default), the extension delegates to
the generator process for watching. When using
rojo
, this option controls the--watch
flag.Changed
size limit, the received size, and steps to resolve the issue (#969)
documentation (#964)
External Contributions
Full Changelog: 1.40.0...1.41.0
This discussion was created from the release 1.41.0.
Beta Was this translation helpful? Give feedback.
All reactions