hUI/.devcontainer/devcontainer.json

7 lines
138 B
JSON
Raw Normal View History

2024-03-25 18:25:28 -05:00
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/desktop-lite:1": {}
}
}