Remove storage requirement from devcontainer.json

Removed host requirements for storage.
This commit is contained in:
Kroese 2025-10-16 10:52:10 +02:00 committed by GitHub
parent 2478e91f50
commit 83cc810af5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,9 +16,6 @@
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"hostRequirements": {
"storage": "16gb"
},
"dockerComposeFile": "../codespaces.yml"
}