This commit is contained in:
hubwriter 2021-11-25 14:52:40 +00:00 коммит произвёл GitHub
Родитель 01a5c6db77
Коммит aa350b1758
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

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