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