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 7d0be9a commit 661a689Copy full SHA for 661a689
.devcontainer/devcontainer.json
@@ -1,15 +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": "bash scripts/install.sh",
+ "image": "mcr.microsoft.com/devcontainers/universal:2",
+ "features": {
+ "ghcr.io/devcontainers/features/rust:1": {},
+ "ghcr.io/devcontainers/features/azure-cli:1": {}
+ },
+ "postCreateCommand": "bash scripts/install.sh",
8
"customizations": {
9
"vscode": {
10
"extensions": [
11
"rust-lang.rust-analyzer"
12
]
13
}
14
15
-}
+}
0 commit comments