Skip to content

1.40.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Mar 10:45

[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

New Contributors

Full Changelog: 1.39.2...1.40.0