Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote Explorer: Simplify how Containers are rendered #4829

Closed
egamma opened this issue Apr 6, 2021 · 1 comment
Closed

Remote Explorer: Simplify how Containers are rendered #4829

egamma opened this issue Apr 6, 2021 · 1 comment
Assignees
Labels
containers Issue in vscode-remote containers feature-request Request for new features or functionality on-testplan
Milestone

Comments

@egamma
Copy link
Member

egamma commented Apr 6, 2021

Currently the remote explorer shows both the container and the folder that has been opened.
image

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:

image

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.

image

For example something like this
image

See also the related issues #3823, #3717

@egamma egamma added the containers Issue in vscode-remote containers label Apr 6, 2021
@egamma egamma added this to the April 2021 milestone Apr 6, 2021
@alexr00 alexr00 added the feature-request Request for new features or functionality label Apr 6, 2021
@alexr00
Copy link
Member

alexr00 commented Apr 13, 2021

Flatter list + nicer hover:

image

@alexr00 alexr00 closed this as completed Apr 13, 2021
@github-actions github-actions bot locked and limited conversation to collaborators May 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
containers Issue in vscode-remote containers feature-request Request for new features or functionality on-testplan
Projects
None yet
Development

No branches or pull requests

2 participants