From 42cad645549ab3bf9bde5ae566fe246265b7b03f Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:09:14 +0200 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9eb6838..7cd2736 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,11 +8,11 @@ "portsAttributes": { "8006": { "label": "Web", - "onAutoForward": "notify" + "onAutoForward": "openPreview" } }, "otherPortsAttributes": { - "onAutoForward": "ignore" + "onAutoForward": "openPreview" }, "dockerComposeFile": "codespaces.yml", "workspaceFolder": "/workspaces/windows",