Docker: Extensions are always downloaded again #2227
Labels
containers
Issue in vscode-remote containers
plan-item
A plan item
remote
Issues in the code server support
Milestone
When using one of the new images, like
typescript-node:0-12
, and then rebuilding the container, one thing appears to take a lot of time compared to the rest of the steps (2s out of a total of 4s):Rebuilding the container would be twice as fast if this step would be tweaked to cache things. Perhaps the extension can be downloaded and cached somewhere on the UI side, and then the
.vsix
files installed via command line inside the container.The text was updated successfully, but these errors were encountered: