From 7d74a502a26153c28aeef3666dabb6509ca9b1f2 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 10:18:12 +0200 Subject: [PATCH] Update devcontainer.json --- .devcontainer/080 - Windows Vista Ultimate/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/080 - Windows Vista Ultimate/devcontainer.json b/.devcontainer/080 - Windows Vista Ultimate/devcontainer.json index 4445dd6..e8514f8 100644 --- a/.devcontainer/080 - Windows Vista Ultimate/devcontainer.json +++ b/.devcontainer/080 - Windows Vista Ultimate/devcontainer.json @@ -14,5 +14,6 @@ "onAutoForward": "ignore" }, "dockerComposeFile": "../codespaces.yml", + "workspaceFolder": "/workspaces/windows", "initializeCommand": "docker system prune --all --force" }