-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Web based ssh to code-server #3256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Interesting idea! I'm down for this. If we implement it I think I'd like to see it share the same backend as VS Code's terminals although that could be tricky. |
share the same backend as VS Code's terminals although Also would this feature be rejected? |
No, I think it's a good idea. <3 By the same backend I mean using xterm.js and connecting to the terminal service in VS Code. That way we don't have to add any new dependencies or code. Plus I think it would be cool if you could pop out terminals from VS Code and pop them back in. But I'm not sure if that's possible so maybe using something like wetty is a better idea. |
@code-asher this issue should be a thing in next major updates! Web based ssh window exists in coder and should also be in code-server. |
I think it will be hard to find the time to implement this but we should
keep it in mind.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days. |
Let me be very brief and clear, I have used
coder
and liked the feature of the ssh terminal in the pop out browser window. I found a similar docker image that can be bind with the docker image of code-server too.Check this out @jsjoeio @code-asher @bpmct this might be a good thing for code-server. I know vscode provides integrated terminal but still, why not? Why not a browser based ssh console.
I am using this docker image and has been running fine.
Also, @code-asher this might be a solution to issues like, as this would be opened on a separate window and
code-server
window can be reloaded independently#1832 #2276
I think this is a good feature request and can be implemented in the upcoming versions of code-server.

Also, the ctrl+c to copy and ctrl+v to paste hotkeys work absolutely just like google cloud shell. I am loving this wetty very much.
Thank You.
Here is a screenshot of it.
The text was updated successfully, but these errors were encountered: