From 5a90730724da46ac89db7103bf03d87c5d467da3 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 10:21:04 +0200 Subject: [PATCH] Update devcontainer.json --- .devcontainer/200 - Tiny11 Nano/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/200 - Tiny11 Nano/devcontainer.json b/.devcontainer/200 - Tiny11 Nano/devcontainer.json index ce4ceda..e7afeae 100644 --- a/.devcontainer/200 - Tiny11 Nano/devcontainer.json +++ b/.devcontainer/200 - Tiny11 Nano/devcontainer.json @@ -14,5 +14,6 @@ "onAutoForward": "ignore" }, "dockerComposeFile": "../codespaces.yml", + "workspaceFolder": "/workspaces/windows", "initializeCommand": "docker system prune --all --force" }