Change port forwarding behavior in devcontainer.json

This commit is contained in:
Kroese 2025-10-19 08:39:22 +02:00 committed by GitHub
parent 2dca5a20ad
commit fea938f1f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,11 +4,10 @@
"containerEnv": {
"VERSION": "2016"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {