This commit is contained in:
Christof Marti 2020-12-07 11:29:39 +01:00
Родитель fbb4cc263d
Коммит bfb4c7fd22
1 изменённых файлов: 9 добавлений и 1 удалений

Просмотреть файл

@ -12,8 +12,16 @@ In this milestone, we have done following optimizations to improve startup perfo
- Starting the server and installing the extensions can be done simultaneously now. This will save the waiting time for installing the extensions as they will be installed in the background while the server is being started.
## Containers (version 0.148.x)
## Containers (version 0.153.x)
### Support to select a branch when opening a repository in a container
When using the **Remote: Clone Repository in Container Volume...** command to clone a repository from GitHub, then you can now also select the branch that should be cloned into the volume.
### VS Code Server and Extension Cache on Docker volume
We now create a `vscode` Docker volume on which we install the VS Code Server and cache extensions for shorter creation and rebuild times of Dev Containers. Additionally extensions configured in the devcontainer.json and user settings are now installed while the VS Code Server starts up, their installation no longer holds back the startup process.
### Attach to Container in Remote-SSH
You can now attach to an existing container running on an SSH server while you are connected to that SSH server with the Remote-SSH extension. (Note that currently only password-less SSH connections are supported.)