From c3ebe2e995c9dd7a8b32b3c8f8fd596151e996b4 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 08:40:09 +0200 Subject: [PATCH] Change port forwarding behavior in devcontainer.json --- .devcontainer/170 - Windows Server 2003/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/170 - Windows Server 2003/devcontainer.json b/.devcontainer/170 - Windows Server 2003/devcontainer.json index f06440f..48eb8a7 100644 --- a/.devcontainer/170 - Windows Server 2003/devcontainer.json +++ b/.devcontainer/170 - Windows Server 2003/devcontainer.json @@ -4,11 +4,10 @@ "containerEnv": { "VERSION": "2003" }, - "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", - "onAutoForward": "openBrowser" + "onAutoForward": "notify" } }, "otherPortsAttributes": {