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