|
When I'm running a cpu-heavy job and closing the browser (which leads to disconnection log from code-server), I wonder if there are some other ways to run the terminal as an independent process using a code server client. Thanks in advance! |
Answered by
ky1emoon
Sep 27, 2022
Replies: 2 comments 3 replies
|
I don't think so because it's part of VS Code 🤔 @code-asher can confirm though |
1 reply
|
Just launched screen process along with the code-server process ( |
2 replies
Answer selected by
jsjoeio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.