1
0
mirror of synced 2026-01-08 12:01:53 -05:00

Merge pull request #12337 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2021-11-25 08:29:02 -05:00
committed by GitHub

View File

@@ -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"