Remove storage requirements from .devcontainer.json

Removed host requirements for storage in the devcontainer configuration.
This commit is contained in:
Kroese 2025-10-15 21:53:53 +02:00 committed by GitHub
parent 58d75959f7
commit b9711622a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,8 +2,5 @@
"name": "windows", "name": "windows",
"service": "windows", "service": "windows",
"forwardPorts": [8006], "forwardPorts": [8006],
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": ".github/codespaces.yml" "dockerComposeFile": ".github/codespaces.yml"
} }