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