Add forwardPorts configuration to devcontainer.json

This commit is contained in:
Kroese 2025-10-19 12:27:56 +02:00 committed by GitHub
parent 48fafdb00f
commit 7b15de8b5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,8 @@
"service": "windows",
"containerEnv": {
"VERSION": "core11"
},
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",