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