We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
postCreateCommand
1 parent 74aacc0 commit 9f832e6Copy full SHA for 9f832e6
2 files changed
.devcontainer/devcontainer.json
@@ -10,6 +10,5 @@
10
"openFiles": ["README.md"]
11
}
12
},
13
- "onCreateCommand": "bash .devcontainer/onCreateCommand.sh",
14
- "postCreateCommand": "bash .devcontainer/postCreateCommand.sh"
+ "onCreateCommand": "bash .devcontainer/onCreateCommand.sh"
15
.devcontainer/postCreateCommand.sh
0 commit comments