From db619de9973ce7da56d77e7e77451c72996730f3 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 16 Oct 2025 10:46:05 +0200 Subject: [PATCH] Remove host storage requirements from devcontainer.json Removed host requirements for storage in devcontainer configuration. --- .devcontainer/devcontainer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c6c41bd..34c5a71 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,8 +17,5 @@ "otherPortsAttributes": { "onAutoForward": "silent" }, - "hostRequirements": { - "storage": "64gb" - }, "dockerComposeFile": "codespaces.yml" }