From 49d21a8ea7bd67e7e8b034cc21bd4387630fdda2 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 08:41:11 +0200 Subject: [PATCH] Change port forwarding behavior in devcontainer.json --- .devcontainer/210 - Tiny10/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/210 - Tiny10/devcontainer.json b/.devcontainer/210 - Tiny10/devcontainer.json index 2111084..722d118 100644 --- a/.devcontainer/210 - Tiny10/devcontainer.json +++ b/.devcontainer/210 - Tiny10/devcontainer.json @@ -4,11 +4,10 @@ "containerEnv": { "VERSION": "tiny10" }, - "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", - "onAutoForward": "openBrowser" + "onAutoForward": "notify" } }, "otherPortsAttributes": {