From 313bc187df05bca1d9e048a36a118be67921958b Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 08:47:18 +0200 Subject: [PATCH] Change port forwarding from openBrowser to notify Updated port forwarding behavior for the macOS devcontainer. --- .devcontainer/050 - macOS Big Sur/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/050 - macOS Big Sur/devcontainer.json b/.devcontainer/050 - macOS Big Sur/devcontainer.json index 7f16466..42c2fa8 100644 --- a/.devcontainer/050 - macOS Big Sur/devcontainer.json +++ b/.devcontainer/050 - macOS Big Sur/devcontainer.json @@ -4,11 +4,10 @@ "containerEnv": { "VERSION": "11" }, - "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", - "onAutoForward": "openBrowser" + "onAutoForward": "notify" } }, "otherPortsAttributes": {