Remote Explorer: Simplify how Containers are rendered #4829
Labels
containers
Issue in vscode-remote containers
feature-request
Request for new features or functionality
on-testplan
Milestone
Currently the remote explorer shows both the container and the folder that has been opened.
![image](https://user-images.githubusercontent.com/172399/113686003-19c60c00-96c7-11eb-842f-4c9978934cb9.png)
In most cases a remote container has been opened on a single folder only and to simplify the appearance we can combine the nodes into a single node. This is similar how it is done in the Codespaces contribution:
In addition we should not show all container information in the tree label but move some of the information into the hover and make the hover richer (leveraging the new markdown support). Code spaces is showing a rich hover, but not yet using the markdown rendering support.
For example something like this
![image](https://user-images.githubusercontent.com/172399/113686803-f51e6400-96c7-11eb-90e4-99e87d89af5b.png)
See also the related issues #3823, #3717
The text was updated successfully, but these errors were encountered: