From cee0ba7a45c2506f6ad014b169e282f0de1440bc Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 08:38:10 +0200 Subject: [PATCH] Change port forwarding behavior in devcontainer.json --- .devcontainer/090 - Windows XP Professional/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/090 - Windows XP Professional/devcontainer.json b/.devcontainer/090 - Windows XP Professional/devcontainer.json index 560ad6b..04043f5 100644 --- a/.devcontainer/090 - Windows XP Professional/devcontainer.json +++ b/.devcontainer/090 - Windows XP Professional/devcontainer.json @@ -4,11 +4,10 @@ "containerEnv": { "VERSION": "xp" }, - "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", - "onAutoForward": "openBrowser" + "onAutoForward": "notify" } }, "otherPortsAttributes": {