feat: Improve Github Codespaces configuration (#934)

This commit is contained in:
Kroese
2025-10-19 10:39:06 +02:00
committed by GitHub
parent dbf431858d
commit e8369281ca
22 changed files with 43 additions and 44 deletions

View File

@@ -4,16 +4,16 @@
"containerEnv": {
"BOOT": "mint"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "codespaces.yml",
"workspaceFolder": "/workspaces/qemu",
"initializeCommand": "docker system prune --all --force"
}