Update devcontainer.json

This commit is contained in:
Kroese 2025-10-19 12:09:14 +02:00 committed by GitHub
parent db0f120e29
commit 42cad64554
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,11 +8,11 @@
"portsAttributes": { "portsAttributes": {
"8006": { "8006": {
"label": "Web", "label": "Web",
"onAutoForward": "notify" "onAutoForward": "openPreview"
} }
}, },
"otherPortsAttributes": { "otherPortsAttributes": {
"onAutoForward": "ignore" "onAutoForward": "openPreview"
}, },
"dockerComposeFile": "codespaces.yml", "dockerComposeFile": "codespaces.yml",
"workspaceFolder": "/workspaces/windows", "workspaceFolder": "/workspaces/windows",