-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Make it easy to get the ssh connection parameters inside browser editor #9770
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
Thanks for bringing this up, @josh-braid! The plan is to introduce a command palette action to connect to workspace via SSH, see #9230. I'm going to close this in favor of #9230 but feel free to reopen if this describes a different problem or solution. |
Hey @josh-braid ! Thanks so much for the feedback, and the detailed write-up. Hearing the steps you take to get setup was also really helpful. We don't have a well optimised workflow for users who are using or connecting from external terminals, however I've got some thoughts on your workflow that could help you out a little...
Have you considered setting VS Code Desktop as a user preference, then when the workspace loads, you'll get a splash page with a prompt... might save a little time. You can also get the SSH copy/paste from this screen. A local CLI open command would be nice here (working on it! #7185)
Small optimisation... but you can also use command palette here to save clicking (if that's your thing!)
SSH method of connection is being updated quite soon, should bring some significant connection stability benefits #8513
Agree, this needs an update - #9377
You can use
Flexible timeouts are currently being looked into #9038 🙏 |
Hey @loujaybee thanks for the response!
I found this option, but when I switch to it, I get the message "container workspace completed; containers of a workspace pod are not supposed to do that" and it fails to launch. I just tried it with workspace Thanks for pointing out gp tasks, I didn't know about that |
Is your feature request related to a problem? Please describe
Often, I open the gitpod editor and want to copy the ssh connection line, but it's not in the hamburger menu, so I have to open a new tab to go to my workspaces and copy the link.
Describe the behaviour you'd like
I'd like to be able to get the link from inside the gitpod window, maybe in the hamburger menu next to the "Open in VSCode" options.
Describe alternatives you've considered
Alternate 1: it'd be nice if opening a gitpod workspace opened it in a new window, rather than replacing the window. Since vscode is such a heavyweight app that loads slowly, I'm not inclined to just hit back, so I find myself opening a new tab a lot just to go back to the workspace list.
Alternate 2 (true dream solution): If I could specify my terminal emulator in the gitpod vscode plugin and it could run the gitpod tasks in tabs of my emulator (automatically connecting over ssh first) rather than running them in the vscode terminal (which is awful).
Additional context
My current workflow at the beginning of the day is like:
/workspace/<reponame>
since ssh lands me at the home directoryThe text was updated successfully, but these errors were encountered: