Skip to content

Commit 3d9846b

Browse files
committed
Remove rust as feature (using base image)
Signed-off-by: Aaron Wislang <[email protected]>
1 parent c220902 commit 3d9846b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"image": "ghcr.io/asw101/rust-wasi-hello-devcontainer:main",
33
"features": {
4-
"ghcr.io/devcontainers/features/rust:1": {},
4+
//"ghcr.io/devcontainers/features/rust:1": {},
55
"ghcr.io/devcontainers/features/azure-cli:1": {}
66
},
77
"customizations": {

0 commit comments

Comments
 (0)