Skip to content

Commit 110a551

Browse files
authored
Remove rust feature in favor of base image
1 parent 00d48d5 commit 110a551

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:latest",
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)