hUI/.devcontainer/devcontainer.json

17 lines
338 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": {}
2024-03-25 23:40:54 +00:00
},
"forwardPorts": [6080, 5901],
"portsAttributes": {
"6080": {
"label": "desktop"
},
"5901": {
"label": "desktop"
}
2024-03-25 23:25:28 +00:00
}
}