This commit is contained in:
Greg Van Liew 2020-02-03 08:00:14 -08:00
Родитель 086f1a3471 f225b935f0
Коммит 0bb47849e4
2 изменённых файлов: 8 добавлений и 1 удалений

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f96540504a97975452d0029cfd583ddb0954ec739cdb7d7c4c8a92a2eed6ea83
size 239819

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

@ -68,4 +68,8 @@ The command **Remote-Containers: Open Repository in Container** now supports pri
### Simplified adding extensions to the devcontainer.json
The Extensions viewlet has a context menu action on each extension to add it to the `devcontainer.json`. Additionally there are IntelliSense proposals when editing the `extensions` property in the `devcontainer.json` and a simple linter checking the syntax of the extension IDs.
The Extensions view has a context menu action on each extension to add it to the `devcontainer.json`. Additionally there are IntelliSense proposals when editing the `"extensions"` property in the `devcontainer.json` and a simple linter checking the syntax of the extension ids.
![Add to devcontainer.json in context menu](images/1_42/addtodevcontainerjson.png)
*Theme: Dark+*