hUI/.devcontainer/devcontainer.json

8 lines
187 B
JSON
Raw Normal View History

2024-03-25 23:25:28 +00:00
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
2024-03-25 23:36:04 +00:00
"ghcr.io/devcontainers/features/rust:1": {},
2024-03-25 23:25:28 +00:00
"ghcr.io/devcontainers/features/desktop-lite:1": {}
}
}