We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c28984 commit 864f0fdCopy full SHA for 864f0fd
1 file changed
.devcontainer/devcontainer.json
@@ -3,7 +3,8 @@
3
"context": ".",
4
"dockerfile": "Dockerfile"
5
},
6
- "postCreateCommand": "yarn && curl -fsSL https://install.aztec.network/4.0.0-nightly.20260204 | VERSION=4.0.0-nightly.20260204 NON_INTERACTIVE=1 BIN_PATH=/usr/local/bin bash -s", "customizations": {
+ "postCreateCommand": "yarn ",
7
+ "customizations": {
8
// Configure properties specific to VS Code.
9
"vscode": {
10
// Set *default* container specific settings.json values on container create.
0 commit comments