Update devcontainer configuration for Windows 11 Pro

This commit is contained in:
Kroese 2025-10-16 10:50:33 +02:00 committed by GitHub
parent 6c566dca84
commit ebf4dd9031
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,13 @@
{
"forwardPorts": [8006],
"name": "Windows 11 Pro",
"service": "windows",
"containerEnv": {
"VERSION": "11",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
@ -8,6 +16,9 @@
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
},
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": "codespaces.yml"
}