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 2639c64 commit 00d48d5Copy full SHA for 00d48d5
.devcontainer/devcontainer.json
@@ -1,7 +1,7 @@
1
{
2
- "image": "ghcr.io/asw101/rust-wasi-hello-devcontainer:main",
+ "image": "ghcr.io/asw101/rust-wasi-hello-devcontainer:latest",
3
"features": {
4
- //"ghcr.io/devcontainers/features/rust:1": {},
+ "ghcr.io/devcontainers/features/rust:1": {},
5
"ghcr.io/devcontainers/features/azure-cli:1": {}
6
},
7
"customizations": {
0 commit comments