feat: Added tmux support and keep session open
This commit is contained in:
@@ -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"
|
"postStartCommand": "tmux attach-session -t dev"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user