1
0
mirror of synced 2026-01-25 18:03:26 -05:00

Merge pull request #12341 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2021-11-25 10:57:05 -05:00
committed by GitHub

View File

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