From f5db06c1b12e652da0e7eb9f3502aacd53754acb Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 08:47:32 +0200 Subject: [PATCH] Update port 8006 onAutoForward setting Changed the onAutoForward behavior for port 8006. --- .devcontainer/060 - macOS Catalina/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/060 - macOS Catalina/devcontainer.json b/.devcontainer/060 - macOS Catalina/devcontainer.json index c541127..d8b4946 100644 --- a/.devcontainer/060 - macOS Catalina/devcontainer.json +++ b/.devcontainer/060 - macOS Catalina/devcontainer.json @@ -4,11 +4,10 @@ "containerEnv": { "VERSION": "10" }, - "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", - "onAutoForward": "openBrowser" + "onAutoForward": "notify" } }, "otherPortsAttributes": {