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
Added support for cross-file go to definition of functions
Added support for go-to definition of properties defined on a metatable with __index
Added support for inlay hints. It can be enabled by configuring luau-lsp.inlayHints.parameterNames, luau-lsp.inlayHints.parameterTypes, luau-lsp.inlayHints.variableTypes, luau-lsp.inlayHints.functionReturnTypes.
Changed
Sync to upstream Luau 0.538
Improved completion detail function param information with better representative types, and include a trailing type pack if present
Fixed
Fixed crash when hovering over local in incomplete syntax tree
Fixed language server not working for newly created files not yet stored on disk
Luau LSP will now activate if you run an LSP command
Fixed finding the incorrect workspace folder to analyze with in a multi-workspace environment