feat: Improve Github Codespaces configuration (#932)

This commit is contained in:
Kroese
2025-10-19 01:05:39 +02:00
committed by GitHub
parent b5448c399d
commit 0ac61a10a4
21 changed files with 63 additions and 42 deletions
+3 -2
View File
@@ -12,7 +12,8 @@
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
"onAutoForward": "ignore"
},
"dockerComposeFile": "codespaces.yml"
"dockerComposeFile": "codespaces.yml",
"initializeCommand": "docker system prune --all --force"
}