Update devcontainer.json

This commit is contained in:
griffi-gh 2024-03-26 00:40:54 +01:00 committed by GitHub
parent 9e9cf7d1c2
commit ec4404b26c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"
}
}
}