biome/.devcontainer/devcontainer.json
renovate[bot] df542b2351
chore(deps): update mcr.microsoft.com/devcontainers/universal docker tag to v3 (#6262)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-09 12:46:22 +02:00

16 lines
334 B
JSON

{
"image": "mcr.microsoft.com/devcontainers/universal:3",
"features": {
"ghcr.io/devcontainers/features/rust:1": {
"version": "latest",
"profile": "complete",
"targets": "aarch64-unknown-linux-gnu"
},
"ghcr.io/guiyomh/features/just:0": {
"version": "latest"
}
},
"hostRequirements": {
"storage": "64gb"
}
}