We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a41202 commit c41f97fCopy full SHA for c41f97f
.devcontainer/devcontainer.json
@@ -6,7 +6,9 @@
6
"image": "mcr.microsoft.com/devcontainers/rust:1-1-bullseye",
7
"features": {
8
"ghcr.io/eitsupi/devcontainer-features/mdbook:1": {},
9
- "ghcr.io/guiyomh/features/just:0": {}
+ "ghcr.io/guiyomh/features/just:0": {},
10
+ "ghcr.io/devcontainers/features/aws-cli:1": {},
11
+ "ghcr.io/devcontainers/features/github-cli:1": {}
12
}
13
14
// Use 'mounts' to make the cargo cache persistent in a Docker Volume.
0 commit comments