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
Right now, namespaces are treated as object. One consequence of this is that types in namespaces are not presented in the type tree, since they are not "properties" on the namespace's object type, and so aren't returned from getProperties().
Namespaces should be supported as their own "kind," like interfaces and objects.
The text was updated successfully, but these errors were encountered:
Right now, namespaces are treated as
object
. One consequence of this is that types in namespaces are not presented in the type tree, since they are not "properties" on the namespace's object type, and so aren't returned fromgetProperties()
.Namespaces should be supported as their own "kind," like interfaces and objects.
The text was updated successfully, but these errors were encountered: