From f8ab6bdbdcb66f14762353c809715ebc39605561 Mon Sep 17 00:00:00 2001 From: Steven Clontz Date: Wed, 14 Jan 2026 13:07:41 -0600 Subject: [PATCH] create blank codechat file upon provisioning codespace --- .devcontainer/setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/setup.sh b/.devcontainer/setup.sh index 8acc3730b..62f0f5fea 100644 --- a/.devcontainer/setup.sh +++ b/.devcontainer/setup.sh @@ -1,3 +1,4 @@ apt update apt install -y unzip python -m pip install -r requirements.txt +touch codechat_config.yaml