Delete .devcontainer/devcontainer.json

This commit is contained in:
Heather Morris 2025-10-30 11:16:24 -04:00 committed by GitHub
parent e8b1d234bf
commit d2774a5467
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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