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