From 20c06f1f5662d1f719a88f1704a3c84dbb2186f8 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:04:33 +0200 Subject: [PATCH] Add appPort configuration to devcontainer.json --- .devcontainer/020 - Windows 11 LTSC/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/020 - Windows 11 LTSC/devcontainer.json b/.devcontainer/020 - Windows 11 LTSC/devcontainer.json index eef73ca..bab7183 100644 --- a/.devcontainer/020 - Windows 11 LTSC/devcontainer.json +++ b/.devcontainer/020 - Windows 11 LTSC/devcontainer.json @@ -3,7 +3,8 @@ "service": "windows", "containerEnv": { "VERSION": "11l" - }, + }, + "appPort": [8006], "portsAttributes": { "8006": { "label": "Web",