Skip to content

Is there anyway to run terminal as an independent process from code-server? #5590

Answered by ky1emoon
ky1emoon asked this question in Q&A
Discussion options

You must be logged in to vote

Just launched screen process along with the code-server process (screen -dmS permanent /bin/bash && code-server --bind-addr --some-option), and accessing screen process from code-server (screen -r permanent) provides permanent process terminal.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@code-asher
Comment options

Comment options

You must be logged in to vote
2 replies
@jsjoeio
Comment options

@P1YU5H-50N1
Comment options

Answer selected by jsjoeio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants