From 611c4de594e878b5e6f9aec219c7f4fa262e289c Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 08:50:54 +0200 Subject: [PATCH] feat: Improve Github Codespaces configuration Removed port forwarding for port 5000 and changed auto-forward behavior. --- .devcontainer/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7ab065a..b9e88a5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,11 +4,10 @@ "containerEnv": { "ALLOCATE": "Y" }, - "forwardPorts": [5000], "portsAttributes": { "5000": { "label": "Web", - "onAutoForward": "openBrowser" + "onAutoForward": "notify" } }, "otherPortsAttributes": {