Change devcontainer name and version to Windows 10

This commit is contained in:
Heather Morris 2025-10-30 13:32:30 -04:00 committed by GitHub
parent c07d78a869
commit 56fc74b95c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,10 @@
{
"name": "Windows 11 Pro",
"name": "Windows 10 Pro",
"service": "windows",
"containerEnv": {
"VERSION": "11"
"VERSION": "10"
},
"forwardPorts": [8006],
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
@ -13,8 +13,8 @@
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "codespaces.yml",
},
"dockerComposeFile": "../codespaces.yml",
"workspaceFolder": "/workspaces/windows",
"initializeCommand": "docker system prune --all --force"
}