fix devcontainer.json

This commit is contained in:
Ashwin Naren
2025-02-27 08:53:41 -08:00
committed by Noa
parent 544182ebfc
commit 6731c4b1ab

View File

@@ -1,6 +1,4 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/rust:1": {}
}
}
"image": "mcr.microsoft.com/devcontainers/base:jammy",
"onCreateCommand": "curl https://sh.rustup.rs -sSf | sh -s -- -y"
}