Remove host storage requirements from devcontainer.json

Removed host requirements for storage in devcontainer configuration.
This commit is contained in:
Kroese 2025-10-16 10:46:05 +02:00 committed by GitHub
parent 5d0af0cf2b
commit db619de997
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,8 +17,5 @@
"otherPortsAttributes": { "otherPortsAttributes": {
"onAutoForward": "silent" "onAutoForward": "silent"
}, },
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": "codespaces.yml" "dockerComposeFile": "codespaces.yml"
} }