feat: Added tmux support
This commit is contained in:
@@ -27,5 +27,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"postCreateCommand": "cargo fetch"
|
"postCreateCommand": "tmux new-session -d -s dev 'cargo fetch'",
|
||||||
|
"postStartCommand": "tmux attach-session -t dev"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user