1.42.0
[1.42.0] - 2025-03-27
Changed
- Sync to upstream Luau 0.666
- Optimized re-indexing on changed files when large number of changes processed at once
- Watched files re-indexing now respects ignore globs specification
Fixed
- Added a debounce of 1s on file changes triggering sourcemap generation when
luau-lsp.sourcemap.useVSCodeWatcher
is enabled - Fixed crashing due to bad memory access when hovering over an imported type reference due to documentation computation
- Fixed sources of crashing and flakiness when hovering + go to definition on imported type references in the new solver
- Reduced the need to run 2 type checks unnecessarily on files when the new type solver is enabled
Full Changelog: 1.41.0...1.42.0