This commit is contained in:
Chris Trevino 2021-12-03 19:33:58 +00:00 коммит произвёл GitHub
Родитель 96ff8e7204
Коммит 7d8cee9ccc
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -10,6 +10,9 @@
// Set *default* container specific settings.json values on container create.
//"settings": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "yarn install",