From d0fb7b06f05193aba00734806eed82e0192b7a14 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 08:40:56 +0200 Subject: [PATCH] Update onAutoForward setting for port 8006 Change port forwarding behavior for port 8006. --- .devcontainer/200 - Tiny11 Nano/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/200 - Tiny11 Nano/devcontainer.json b/.devcontainer/200 - Tiny11 Nano/devcontainer.json index cb35030..ce4ceda 100644 --- a/.devcontainer/200 - Tiny11 Nano/devcontainer.json +++ b/.devcontainer/200 - Tiny11 Nano/devcontainer.json @@ -4,11 +4,10 @@ "containerEnv": { "VERSION": "nano11" }, - "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", - "onAutoForward": "openBrowser" + "onAutoForward": "notify" } }, "otherPortsAttributes": {