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

the remote extension installed in Docker containers can be cached #185

Closed
xinyanmsft opened this issue May 6, 2019 · 3 comments
Closed
Labels
containers Issue in vscode-remote containers feature-request Request for new features or functionality

Comments

@xinyanmsft
Copy link

I experimented with VSCode remote with Docker container on C# code. Both with attach to container or create container, it takes quite some time to download the extensions into the remote container.

You guys may consider allow the container mount a directory from host such as ~/.vscode/extensions/* from to use as a cache. If the extension can be loaded from there, use it. otherwise download to that cache location so it can be used in the future.

@kieferrm kieferrm added the containers Issue in vscode-remote containers label May 6, 2019
@bhack
Copy link

bhack commented May 6, 2019

I've supposed something similar about the K8S case at #12 (comment). /cc @chrmarti

@egamma egamma added the feature-request Request for new features or functionality label May 7, 2019
@maniacmurphy
Copy link

I have been using the remote container development for a lot of work for the last few months lately. When I have to rebuild my dev container the longest part is always installing the extensions at the end. I usually use between 2-5 extensions that have to be installed in the container but they are the same extensions, and the same ones I use when I am not developing using containers.

The output doesn't say it but I suspect it is downloading each time. So this would be a great feature for me

@chrmarti
Copy link
Contributor

chrmarti commented Jul 2, 2020

Implemented as #2227.

@chrmarti chrmarti closed this as completed Jul 2, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Aug 16, 2020
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
Projects
None yet
Development

No branches or pull requests

6 participants