feat: Improve Github Codespaces configuration (#1488)

This commit is contained in:
Kroese 2025-10-16 00:03:24 +02:00 committed by GitHub
parent 8472d700dc
commit 0b0de7de14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,10 @@
"name": "Windows 11 Pro",
"service": "windows",
"containerEnv": {
"VERSION": "11"
"VERSION": "11",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
},
"forwardPorts": [8006],
"portsAttributes": {