Add devcontainer.json

This commit is contained in:
dalance 2024-04-26 18:22:59 +09:00
parent f8f1cbd102
commit de1f11a158

View file

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