We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed611ea commit e3c7bfaCopy full SHA for e3c7bfa
1 file changed
.devcontainer/devcontainer.json
@@ -29,7 +29,7 @@
29
"forwardPorts": [4000],
30
31
// Use 'postCreateCommand' to run commands after the container is created.
32
- "postCreateCommand": "'code --install-extension .vscode/open-reusable-1.3.0.vsix' && npm ci && npm run build",
+ "postCreateCommand": "npm ci && npm run build",
33
34
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
35
"remoteUser": "node"
0 commit comments