From 7fdbb0db378c7855d1f1d478e0103c957cae19cb Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:05:05 +0200 Subject: [PATCH] Add appPort configuration to devcontainer.json --- .devcontainer/040 - Windows 10 Enterprise/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/040 - Windows 10 Enterprise/devcontainer.json b/.devcontainer/040 - Windows 10 Enterprise/devcontainer.json index 14f1ce6..a3f0809 100644 --- a/.devcontainer/040 - Windows 10 Enterprise/devcontainer.json +++ b/.devcontainer/040 - Windows 10 Enterprise/devcontainer.json @@ -3,7 +3,8 @@ "service": "windows", "containerEnv": { "VERSION": "10e" - }, + }, + "appPort": [8006], "portsAttributes": { "8006": { "label": "Web",