We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53cdfc commit da239a3Copy full SHA for da239a3
.devcontainer/devcontainer.json
@@ -10,7 +10,7 @@
10
"onCreateCommand": "bash .devcontainer/onCreate.sh",
11
// Runs automatically every time the dev container has been (re-)started
12
"postStartCommand": "bash .devcontainer/postStartCommand.sh",
13
- "updateContentCommand": "bash .devcontainer/postStartCommand.sh",
+ "updateContentCommand": "bash .devcontainer/updateContentCommand.sh",
14
"customizations": {
15
"codespaces": {
16
"onStopCommand": "bash shutdown.sh"
0 commit comments