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
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