feat: Improve Github Codespaces configuration (#1081)

This commit is contained in:
Kroese 2025-10-19 01:14:11 +02:00 committed by GitHub
parent dec2dc9230
commit b0dbfcb805
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,8 @@
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
"onAutoForward": "ignore"
},
"dockerComposeFile": "codespaces.yml"
"dockerComposeFile": "codespaces.yml",
"initializeCommand": "docker system prune --all --force"
}