feat: Added tmux support and keep session open

This commit is contained in:
2026-03-31 20:49:28 +01:00
parent ac0d64dd5e
commit 6ee79587a5

View File

@@ -27,6 +27,6 @@
]
}
},
"postCreateCommand": "tmux new-session -d -s dev 'cargo fetch'",
"postCreateCommand": "tmux new-session -d -s dev 'cargo fetch && zsh'",
"postStartCommand": "tmux attach-session -t dev"
}