Skip to content

Commit d8af38d

Browse files
committed
⚡ cargo lambda command addedd in devcontainer config
1 parent fe55a5e commit d8af38d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
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": {}
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": {}
1214
},
1315

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

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

2325
// Configure tool-specific properties.
2426
// "customizations": {},

0 commit comments

Comments
 (0)