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 dap sdks are enabled in VSCode, we can a failed evaluation error when trying to expand a type in the old type system (due to getObjectMetadata call failing on a DartType when trying to check for a record type).
Need to fix that in case the old type system needs to be enabled.
When dap sdks are enabled in VSCode, we can a failed evaluation error when trying to expand a type in the old type system (due to
getObjectMetadata
call failing on aDartType
when trying to check for a record type).Need to fix that in case the old type system needs to be enabled.
Related: #54609
The text was updated successfully, but these errors were encountered: