| 1234567891011121314151617181920 | 
							- {
 
-   "name": "Windows Server 2022",
 
-   "service": "windows",
 
-   "containerEnv": {
 
-     "VERSION": "2022"
 
-   },
 
-   "forwardPorts": [8006],
 
-   "portsAttributes": {
 
-     "8006": {
 
-       "label": "Web",
 
-       "onAutoForward": "notify"
 
-     }
 
-   },
 
-   "otherPortsAttributes": {
 
-     "onAutoForward": "ignore"
 
-   }, 
 
-   "dockerComposeFile": "../codespaces.yml",
 
-   "workspaceFolder": "/workspaces/windows",
 
-   "initializeCommand": "docker system prune --all --force"
 
- }
 
 
  |