veryl/.devcontainer/devcontainer.json
2024-04-26 18:22:59 +09:00

7 lines
209 B
JSON

{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/rust:1": {},
"ghcr.io/veryl-lang/devcontainer-features/veryl:latest": {}
}
}