From 5fc39a33f023e9504bea57187721d6d7e4a279c3 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 08:40:40 +0200 Subject: [PATCH] Update port 8006 auto-forward action Changed the onAutoForward action for port 8006 from 'openBrowser' to 'notify'. --- .devcontainer/190 - Tiny11 Core/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/190 - Tiny11 Core/devcontainer.json b/.devcontainer/190 - Tiny11 Core/devcontainer.json index 969072d..00fdf3d 100644 --- a/.devcontainer/190 - Tiny11 Core/devcontainer.json +++ b/.devcontainer/190 - Tiny11 Core/devcontainer.json @@ -4,11 +4,10 @@ "containerEnv": { "VERSION": "core11" }, - "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", - "onAutoForward": "openBrowser" + "onAutoForward": "notify" } }, "otherPortsAttributes": {