Skip to content

1.37.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 15:34

[1.37.0] - 2024-12-14

Added

  • The VSCode extension now registers a JSON schema for .luaurc files, providing simple diagnostics and intellisense (#850)

Changed

  • Sync to upstream Luau 0.655

Fixed

  • Fixed luau-lsp analyze --settings=... crashing when a malformed settings JSON file is provided. Now, it will print the json error and continue assuming the settings did not exist
  • Fixed regression in require by string autocompletion failing to correctly autocomplete files under directories (#851)
  • Autocompletion in string requires will now show aliases in their original case defined in .luaurc, rather than all lowercased