feat: Improve Github Codespaces configuration (#1487)

This commit is contained in:
Kroese 2025-10-15 23:47:29 +02:00 committed by GitHub
parent ab457abc3c
commit 8472d700dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,21 @@
{
"name": "windows",
"name": "Windows 11 Pro",
"service": "windows",
"forwardPorts": [8006],
"containerEnv": {
"VERSION": "11"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": ".github/codespaces.yml"
}