From a3ec11cf222c1d3f11ba81261834e47962fa6b37 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:20:11 +0200 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 793c7d6..5809b01 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,14 +4,15 @@ "containerEnv": { "VERSION": "11" }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", - "onAutoForward": "openPreview" + "onAutoForward": "notify" } }, "otherPortsAttributes": { - "onAutoForward": "openPreview" + "onAutoForward": "ignore" }, "dockerComposeFile": "codespaces.yml", "workspaceFolder": "/workspaces/windows",