armcord/.devcontainer/devcontainer.json

7 lines
136 B
JSON
Raw Normal View History

2024-05-17 10:11:08 +00:00
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/desktop-lite:1": {}
}
}