8000 fix devcontainer.json · RustPython/RustPython@6731c4b · GitHub
[go: up one dir, main page]

Skip to content

Commit 6731c4b

Browse files
arihant2mathcoolreader18
authored andcommitted
fix devcontainer.json
1 parent 544182e commit 6731c4b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"image": "mcr.microsoft.com/devcontainers/universal:2",
3-
"features": {
4-
"ghcr.io/devcontainers/features/rust:1": {}
5-
}
6-
}
2+
"image": "mcr.microsoft.com/devcontainers/base:jammy",
3+
"onCreateCommand": "curl https://sh.rustup.rs -sSf | sh -s -- -y"
4+
}

0 commit comments

Comments
 (0)
0