This commit is contained in:
hubwriter 2021-11-25 12:50:52 +00:00 коммит произвёл GitHub
Родитель 98c2d939b2
Коммит 417f23948b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -30,6 +30,9 @@
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "npm ci && npm run build",
// Use 'postCreateCommand' to install the Open Reusables extension.
"postCreateCommand": "code --install-extension .vscode/open-reusable-1.3.0.vsix",
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node"