Install Additional Remote Extensions

This commit is contained in:
Martin Aeschlimann 2021-06-07 11:41:46 +02:00
Родитель c3c0ae63b7
Коммит 7285eb1a38
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 2609A01E695523E3
1 изменённых файлов: 9 добавлений и 1 удалений

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

@ -1,5 +1,13 @@
# May 2021 (version 1.57)
## Visual Studio Code Remote Core
### Install Additional Remote Extensions in the Remote Menu
The remote menu now has a command `Install Additional Remote Extensions` that will show all extensions that contributes commands to the remote menu.
If your extensions contributes commands to the remote menu but does not show up, make sure to use the latest version of `vsce` when publishing your extension.
## Containers (version 0.182.x)
### Workspace Trust
@ -14,4 +22,4 @@ Environment variables are now read using an interactive login shell (sourcing, e
The additional `"waitFor"` property in the devcontainer.json can be used to wait for any of the user commands in the devcontainer.json (`"postCreateCommand"`, `"postStartCommand"`, `"postAttachCommand"` and also the new `"onCreateCommand"` and `"updateConentCommand"`) before VS Code connects to the dev container.
Other additional properties include `"onCreateCommand"`, `"updateContentCommand"` and `"hostRequirements"`. These were added for GitHub Codespaces.
Other additional properties include `"onCreateCommand"`, `"updateContentCommand"` and `"hostRequirements"`. These were added for GitHub Codespaces.