From b22e452d89468069664785ddcf9c29f6e3da03ce Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 10:17:01 +0200 Subject: [PATCH] Add workspace folder to devcontainer configuration --- .devcontainer/030 - Windows 10 Pro/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/030 - Windows 10 Pro/devcontainer.json b/.devcontainer/030 - Windows 10 Pro/devcontainer.json index 80c14a9..4a37735 100644 --- a/.devcontainer/030 - Windows 10 Pro/devcontainer.json +++ b/.devcontainer/030 - Windows 10 Pro/devcontainer.json @@ -14,5 +14,6 @@ "onAutoForward": "ignore" }, "dockerComposeFile": "../codespaces.yml", + "workspaceFolder": "/workspaces/windows", "initializeCommand": "docker system prune --all --force" }