From 6cb12bc91b80e62bb07863427ac8b2671c9889fc Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 08:37:54 +0200 Subject: [PATCH] Change port forwarding behavior in devcontainer.json --- .devcontainer/080 - Windows Vista Ultimate/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/080 - Windows Vista Ultimate/devcontainer.json b/.devcontainer/080 - Windows Vista Ultimate/devcontainer.json index 1b907fe..4445dd6 100644 --- a/.devcontainer/080 - Windows Vista Ultimate/devcontainer.json +++ b/.devcontainer/080 - Windows Vista Ultimate/devcontainer.json @@ -4,11 +4,10 @@ "containerEnv": { "VERSION": "vu" }, - "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", - "onAutoForward": "openBrowser" + "onAutoForward": "notify" } }, "otherPortsAttributes": {