feat: Improve Github Codespaces configuration

Removed port forwarding for port 5000 and changed auto-forward behavior.
This commit is contained in:
Kroese 2025-10-19 08:50:54 +02:00 committed by GitHub
parent b0dbfcb805
commit 611c4de594
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,11 +4,10 @@
"containerEnv": {
"ALLOCATE": "Y"
},
"forwardPorts": [5000],
"portsAttributes": {
"5000": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {