Skip to content

Commit 1ad5f54

Browse files
authored
Refactor devcontainer.json structure and commands
1 parent 584fda3 commit 1ad5f54

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
"context": ".",
44
"dockerfile": "Dockerfile"
55
},
6-
"features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {} },
7-
"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": {
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": {
87
// Configure properties specific to VS Code.
9-
"vscode": {
10-
// Set *default* container specific settings.json values on container create.
11-
"settings": {},
12-
"extensions": ["noir-lang.vscode-noir"]
13-
}
8+
"vscode": {
9+
// Set *default* container specific settings.json values on container create.
10+
"settings": {},
11+
"extensions": ["noir-lang.vscode-noir"]
12+
}
1413
},
1514
"workspaceMount": "source=${localWorkspaceFolder},target=/root/workspace,type=bind",
1615
"workspaceFolder": "/root/workspace"

0 commit comments

Comments
 (0)