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
Currently when viewing documents in the tree view, they are represented only by the _Id property. However it would be much more human readable if it was a name and if there isn't a name then for example the firstName and if nothing can be matched then fallback to the _Id.
This could be handled in settings (ordered by priority)
"displayProperty": [
"name",
"firstName"
],
This would help quickly distinguish various roles, permissions, IdentityServer clients etc right in the tree.
Also this is default behavior in Azure Databases for VS Code.
The text was updated successfully, but these errors were encountered:
Currently when viewing documents in the tree view, they are represented only by the
_Id
property. However it would be much more human readable if it was aname
and if there isn't a name then for example thefirstName
and if nothing can be matched then fallback to the_Id
.This could be handled in settings (ordered by priority)
This would help quickly distinguish various roles, permissions, IdentityServer clients etc right in the tree.
Also this is default behavior in Azure Databases for VS Code.
The text was updated successfully, but these errors were encountered: