mirror of
https://github.com/veryl-lang/veryl.git
synced 2025-08-04 18:48:00 +00:00
Add devcontainer.json
This commit is contained in:
parent
f8f1cbd102
commit
de1f11a158
1 changed files with 7 additions and 0 deletions
7
.devcontainer/devcontainer.json
Normal file
7
.devcontainer/devcontainer.json
Normal 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": {}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue