From ac0d64dd5e0bdfeb80b1729feb40f15fc265ee84 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Tue, 31 Mar 2026 20:36:52 +0100 Subject: [PATCH] feat: Added tmux support --- devcontainer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devcontainer.json b/devcontainer.json index d3ad787..8fe7d8b 100644 --- a/devcontainer.json +++ b/devcontainer.json @@ -27,5 +27,6 @@ ] } }, - "postCreateCommand": "cargo fetch" -} + "postCreateCommand": "tmux new-session -d -s dev 'cargo fetch'", + "postStartCommand": "tmux attach-session -t dev" +} \ No newline at end of file