How to keep Code-server running while browser closed #6932
Unanswered
weixinfeng88
asked this question in
General
Replies: 1 comment 2 replies
-
I believe this is a limitation of VS Code web, it kills the extension host and eventually terminals too when the browser closes. If you can run it in a multiplexer like tmux or screen, that will make it stick around. If it is an extension though there might not be anything you can do about it, it would need to be fixed in VS Code or the plugin itself. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed code-server on my Mac and use my iPad for remote access. However, when I start a model training session and refresh the browser, the session stops. How can I keep it running? Thank you
Beta Was this translation helpful? Give feedback.
All reactions