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
When hovering over the field of type_info_of(T), (variant field for example) this popup appears in VS code: Output: [Error - 3:53:27 PM] Request textDocument/hover failed. Message: Code: -32603
After importing "base:runtime" the error doesn't appear anymore.
Additionally unless "base:runtime" is imported, there are no hints for fields of type_info_of(T): Before import: After import:
The text was updated successfully, but these errors were encountered:
When hovering over the field of
type_info_of(T)
, (variant field for example) this popup appears in VS code:Output:
[Error - 3:53:27 PM] Request textDocument/hover failed. Message: Code: -32603
After importing
"base:runtime"
the error doesn't appear anymore.Additionally unless
"base:runtime"
is imported, there are no hints for fields oftype_info_of(T)
:Before import:
After import:
The text was updated successfully, but these errors were encountered: