diff --git a/.devcontainer.json b/.devcontainer.json index 1c17f12..a7eeaf5 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -2,8 +2,5 @@ "name": "windows", "service": "windows", "forwardPorts": [8006], - "hostRequirements": { - "storage": "64gb" - }, "dockerComposeFile": ".github/codespaces.yml" }