From bea10f4842217257c16022a8322ec1b8180cee68 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 08:37:25 +0200 Subject: [PATCH] Change port forwarding behavior in devcontainer.json --- .devcontainer/060 - Windows 8.1 Enterprise/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/060 - Windows 8.1 Enterprise/devcontainer.json b/.devcontainer/060 - Windows 8.1 Enterprise/devcontainer.json index 77debb3..81418dd 100644 --- a/.devcontainer/060 - Windows 8.1 Enterprise/devcontainer.json +++ b/.devcontainer/060 - Windows 8.1 Enterprise/devcontainer.json @@ -4,11 +4,10 @@ "containerEnv": { "VERSION": "8e" }, - "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", - "onAutoForward": "openBrowser" + "onAutoForward": "notify" } }, "otherPortsAttributes": {