[1.40.0] - 2025-03-01
Added
- Added configuration
luau-lsp.types.disabledGlobals
to support removing globals from the main scope for analysis.
Accepts a list of libraries or library methods (e.g.,table
,string.split
,
etc.) (#888)
Changed
- Sync to upstream Luau 0.663
- Improved error reporting when the studio plugin server in VSCode fails to start up (typically due to port already in use) (#936)
Fixed
- Fixed an issue where lint warnings would suddenly disappear when typing characters / saving a file, and only reappear
after further edits - Autocompleting a table property that matches a keyword will now autocomplete correctly with braces (i.e.,
t.then
->
t["then"]
) (#937)
External Contributions
- Fix Vector2:Angle return type by @Barocena in #940
- Fix
FuzzyEq
epsilon
parameter by @Errorbot1122 in #950
New Contributors
- @Errorbot1122 made their first contribution in #950
Full Changelog: 1.39.2...1.40.0