From 58d75959f71e381bc8a13a59fc24f72e610d6d24 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 14 Oct 2025 03:58:44 +0200 Subject: [PATCH] Update .devcontainer.json --- .devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer.json b/.devcontainer.json index dcd11bf..1c17f12 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -2,8 +2,8 @@ "name": "windows", "service": "windows", "forwardPorts": [8006], - "dockerComposeFile": ".github/codespaces.yml", "hostRequirements": { "storage": "64gb" - } + }, + "dockerComposeFile": ".github/codespaces.yml" }