Update devcontainer.json

This commit is contained in:
griffi-gh 2024-03-26 00:40:54 +01:00 committed by GitHub
parent 632ed35d82
commit ef8032c29d

View file

@ -3,5 +3,14 @@
"features": {
"ghcr.io/devcontainers/features/rust:1": {},
"ghcr.io/devcontainers/features/desktop-lite:1": {}
},
"forwardPorts": [6080, 5901],
"portsAttributes": {
"6080": {
"label": "desktop"
},
"5901": {
"label": "desktop"
}
}
}