From b04fd24044bc788437421c37cdca2631daba2977 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 10:19:52 +0200 Subject: [PATCH] Update devcontainer.json --- .devcontainer/150 - Windows Server 2012 R2/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/150 - Windows Server 2012 R2/devcontainer.json b/.devcontainer/150 - Windows Server 2012 R2/devcontainer.json index 93d15a4..bd12659 100644 --- a/.devcontainer/150 - Windows Server 2012 R2/devcontainer.json +++ b/.devcontainer/150 - Windows Server 2012 R2/devcontainer.json @@ -14,5 +14,6 @@ "onAutoForward": "ignore" }, "dockerComposeFile": "../codespaces.yml", + "workspaceFolder": "/workspaces/windows", "initializeCommand": "docker system prune --all --force" }