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