From b0dbfcb805bcfef9e43849ab4414f184ad6d6a66 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 01:14:11 +0200 Subject: [PATCH] feat: Improve Github Codespaces configuration (#1081) --- .devcontainer/devcontainer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 616f89c..7ab065a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,7 +12,8 @@ } }, "otherPortsAttributes": { - "onAutoForward": "silent" + "onAutoForward": "ignore" }, - "dockerComposeFile": "codespaces.yml" + "dockerComposeFile": "codespaces.yml", + "initializeCommand": "docker system prune --all --force" }