Skip to content

Commit c220902

Browse files
committed
Add devcontainer.json
Signed-off-by: Aaron Wislang <[email protected]>
1 parent c9b71db commit c220902

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"image": "ghcr.io/asw101/rust-wasi-hello-devcontainer:main",
3+
"features": {
4+
"ghcr.io/devcontainers/features/rust:1": {},
5+
"ghcr.io/devcontainers/features/azure-cli:1": {}
6+
},
7+
"customizations": {
8+
"vscode": {
9+
"extensions": [
10+
"rust-lang.rust-analyzer"
11+
]
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)