From ad690bdd5a26cfa37d41601135f8c2b57913a64d Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 10:16:33 +0200 Subject: [PATCH] Update devcontainer.json --- .devcontainer/020 - Windows 11 LTSC/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/020 - Windows 11 LTSC/devcontainer.json b/.devcontainer/020 - Windows 11 LTSC/devcontainer.json index e47b5bc..eef73ca 100644 --- a/.devcontainer/020 - Windows 11 LTSC/devcontainer.json +++ b/.devcontainer/020 - Windows 11 LTSC/devcontainer.json @@ -14,5 +14,6 @@ "onAutoForward": "ignore" }, "dockerComposeFile": "../codespaces.yml", + "workspaceFolder": "/workspaces/windows", "initializeCommand": "docker system prune --all --force" }