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 unknown type is a Luau builtin type; however, it is not recognised by Roblox LSP. Using this type in any script yields the following warning:
Undefined type `unknown`. Roblox LSP Diagnostics.(undefined-type)
While ideally there should be support for the behaviour that unknown aims to implement (it cannot be used as another type, forcing type refinement), the important change is to first disable this erroneous warning.
The text was updated successfully, but these errors were encountered:
The unknown type is a Luau builtin type; however, it is not recognised by Roblox LSP. Using this type in any script yields the following warning:
While ideally there should be support for the behaviour that
unknown
aims to implement (it cannot be used as another type, forcing type refinement), the important change is to first disable this erroneous warning.The text was updated successfully, but these errors were encountered: