From 834839099910a3c22e86d35098d35a4a75673d72 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 08:36:06 +0200 Subject: [PATCH] Change port forwarding behavior in devcontainer.json --- .devcontainer/020 - Windows 11 LTSC/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/020 - Windows 11 LTSC/devcontainer.json b/.devcontainer/020 - Windows 11 LTSC/devcontainer.json index 07a560e..e47b5bc 100644 --- a/.devcontainer/020 - Windows 11 LTSC/devcontainer.json +++ b/.devcontainer/020 - Windows 11 LTSC/devcontainer.json @@ -4,11 +4,10 @@ "containerEnv": { "VERSION": "11l" }, - "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", - "onAutoForward": "openBrowser" + "onAutoForward": "notify" } }, "otherPortsAttributes": {