Update .devcontainer.json with host requirements

Added host requirements for storage capacity.
This commit is contained in:
Kroese 2025-10-14 03:55:28 +02:00 committed by GitHub
parent 013c18ef2f
commit 42f6eb7ede
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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