You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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