File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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.
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": {},
You can’t perform that action at this time.
0 commit comments