From a62e152d32974f6535c2744a5cf98ab8b617a898 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 08:36:54 +0200 Subject: [PATCH] Change port forwarding behavior in devcontainer.json --- .devcontainer/040 - Windows 10 Enterprise/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/040 - Windows 10 Enterprise/devcontainer.json b/.devcontainer/040 - Windows 10 Enterprise/devcontainer.json index 891be73..97307c9 100644 --- a/.devcontainer/040 - Windows 10 Enterprise/devcontainer.json +++ b/.devcontainer/040 - Windows 10 Enterprise/devcontainer.json @@ -4,11 +4,10 @@ "containerEnv": { "VERSION": "10e" }, - "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", - "onAutoForward": "openBrowser" + "onAutoForward": "notify" } }, "otherPortsAttributes": {