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