Skip to content

Commit 5c32dfa

Browse files
committed
disable features to reduce startup time
1 parent 19fb9af commit 5c32dfa

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
@@ -2,7 +2,7 @@
22
"image": "ghcr.io/bytecodealliance/sample-wasi-http-rust/devcontainer:latest",
33
"features": {
44
//"ghcr.io/devcontainers/features/rust:1": {},
5-
"ghcr.io/devcontainers/features/azure-cli:1": {}
5+
//"ghcr.io/devcontainers/features/azure-cli:1": {}
66
},
77
"customizations": {
88
"vscode": {

0 commit comments

Comments
 (0)