Skip to content

Commit bc78c61

Browse files
authored
Update devcontainer.json
Signed-off-by: Jason <[email protected]>
1 parent d8af38d commit bc78c61

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"ghcr.io/devcontainers/features/github-cli:1": {},
99
"ghcr.io/devcontainers/features/terraform:1": {},
1010
"ghcr.io/devcontainers-contrib/features/poetry:2": {},
11-
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
12-
"ghcr.io/devcontainers/features/rust:1": {},
13-
"ghcr.io/meaningful-ooo/devcontainer-features/homebrew:2": {}
11+
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {}
1412
},
1513

1614
// Features to add to the dev container. More info: https://containers.dev/features.
@@ -20,7 +18,7 @@
2018
// "forwardPorts": [],
2119

2220
// Use 'postCreateCommand' to run commands after the container is created.
23-
"postCreateCommand": "pre-commit install && brew tap cargo-lambda/cargo-lambda && brew install cargo-lambda"
21+
"postCreateCommand": "pre-commit install"
2422

2523
// Configure tool-specific properties.
2624
// "customizations": {},

0 commit comments

Comments
 (0)