Skip to content

Commit 8971013

Browse files
committed
Add .devcontainer.json
1 parent 16296ed commit 8971013

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/universal:2",
3+
"features": {
4+
"ghcr.io/devcontainers/features/rust:1": {},
5+
"ghcr.io/devcontainers/features/azure-cli:1": {}
6+
},
7+
"postCreateCommand": "./scripts/install.sh",
8+
"customizations": {
9+
"vscode": {
10+
"extensions": [
11+
"rust-lang.rust-analyzer"
12+
]
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)