summaryrefslogtreecommitdiffstats
path: root/.devcontainer/codespaces/devcontainer.json
diff options
context:
space:
mode:
Diffstat (limited to '.devcontainer/codespaces/devcontainer.json')
-rw-r--r--.devcontainer/codespaces/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/codespaces/devcontainer.json b/.devcontainer/codespaces/devcontainer.json
index ca9156fdaa4..6736734e606 100644
--- a/.devcontainer/codespaces/devcontainer.json
+++ b/.devcontainer/codespaces/devcontainer.json
@@ -37,7 +37,7 @@
},
"onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
- "postCreateCommand": ".devcontainer/post-create.sh",
+ "postCreateCommand": "bin/setup",
"waitFor": "postCreateCommand",
"customizations": {