Skip to content

1.28.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Mar 14:26

[1.28.0] - 2024-03-03

Changed

  • Sync to upstream Luau 0.615
  • Non-function properties will now no longer be shown by default when autocompleting a method call (e.g., foo:bar).
    To revert back to the original behaviour, enable luau-lsp.completion.showPropertiesOnMethodCall
  • Support Ubuntu 20.04

Fixed

  • Autocompletion of variables that hold a class type will now correctly have a kind of "variable" rather than "class"
  • Introduced a fix for orphaned rojo processes after VSCode has closed
  • FindFirstAncestor method now correctly finds the project root in non-DataModel projects
  • Fixed bad handling of unicode in filesystem paths causing crashes on server startup
  • Gracefully handle filesystem errors when visiting directories for indexing / workspace diagnostics