the remote extension installed in Docker containers can be cached #185
Labels
containers
Issue in vscode-remote containers
feature-request
Request for new features or functionality
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.
The text was updated successfully, but these errors were encountered: