Skip to content

Commit c41f97f

Browse files
author
Niko Matsakis
committed
update devcontainer
1 parent 6a41202 commit c41f97f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"image": "mcr.microsoft.com/devcontainers/rust:1-1-bullseye",
77
"features": {
88
"ghcr.io/eitsupi/devcontainer-features/mdbook:1": {},
9-
"ghcr.io/guiyomh/features/just:0": {}
9+
"ghcr.io/guiyomh/features/just:0": {},
10+
"ghcr.io/devcontainers/features/aws-cli:1": {},
11+
"ghcr.io/devcontainers/features/github-cli:1": {}
1012
}
1113

1214
// Use 'mounts' to make the cargo cache persistent in a Docker Volume.

0 commit comments

Comments
 (0)