Skip to content

1.36.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Nov 13:50

[1.36.0] - 2024-11-30

Deprecated

  • luau-lsp.require.fileAliases and luau-lsp.require.directoryAliases are now deprecated in favour of aliases in .luaurc files. These settings will be removed in a future version.

Added

  • Added a setting to enable the new solver without having to tinker with FFlags: luau-lsp.fflags.enableNewSolver.
  • Support parsing and resolving aliases coming from .luaurc files in module resolution and autocomplete
  • Added two configuration options luau-lsp.diagnostics.pullOnChange and luau-lsp.diagnostics.pullOnSave to configure when document diagnostics updates for a file (default: true)

Changed

  • workspace/diagnostic call is ~98% faster when luau-lsp.diagnostics.workspace is disabled on large projects (#826)
  • Sync to upstream Luau 0.653