hUI/.devcontainer/devcontainer.json

17 lines
338 B
JSON
Raw Normal View History

2024-03-25 18:25:28 -05:00
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
2024-03-25 18:36:04 -05:00
"ghcr.io/devcontainers/features/rust:1": {},
2024-03-25 18:25:28 -05:00
"ghcr.io/devcontainers/features/desktop-lite:1": {}
2024-03-25 18:40:54 -05:00
},
"forwardPorts": [6080, 5901],
"portsAttributes": {
"6080": {
"label": "desktop"
},
"5901": {
"label": "desktop"
}
2024-03-25 18:25:28 -05:00
}
}