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
Wrong type for the variable "script".
Exemple intellisense won't show some props script.context
It is set to it's parent type CoreObject instead of Script
Issue:
Wrong type for the variable "script".
Exemple intellisense won't show some props
script.context
It is set to it's parent type
CoreObject
instead ofScript
Fix:
Here:
vscode-core/src/EmmyLua/core-games-api.def.lua
Line 5498 in cf20009
Test performed:
In core you can type:
print(script.type, script:IsA("CoreObject"))
then it return:
The text was updated successfully, but these errors were encountered: