We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b74ad commit dacfad0Copy full SHA for dacfad0
1 file changed
.devcontainer/test-custom-devcontainer/devcontainer.json
@@ -34,7 +34,8 @@
34
"forwardPorts": [4000],
35
36
// Use 'postCreateCommand' to run commands after the container is created.
37
- "postCreateCommand": "git lfs pull && npm ci",
+ //"postCreateCommand": "git lfs pull && npm ci",
38
+ "postCreateCommand": "echo This file was created by the postCreateCommand in the custom devcontainer.json > aaa-TEST.txt",
39
40
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
41
"remoteUser": "node"
0 commit comments