From f30ed05eb818dd09db49649e1bbc8f5142a87d0e Mon Sep 17 00:00:00 2001 From: Virgil Calvez Date: Mon, 27 Apr 2026 17:06:31 +0200 Subject: [PATCH] Remove storage requirement from devcontainer.json --- .devcontainer/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9a4eef3a24..4211a30b81 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,8 +6,7 @@ }, "hostRequirements": { "cpus": 2, - "memory": "16gb", - "storage": "64gb" + "memory": "16gb" }, "customizations": { "vscode": {