-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Make it easier to restart a remote session from desktop VSCode #6672
Comments
I think a frontend extension in VS Code that shows a notification when the workspace timed out (or alters the status bar color) would be great including a command to start the workspace again. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@loujaybee Shouldn't this issue be part of #9221? |
Good catch, @laushinka ! Yes, it looks duplicated. The other started as "create workspaces" but was scoped down to restart. Let me close this one to avoid confusion! |
When using VS Code Desktop, the user typically goes to Gitpod, uses the command pallette, and opens their changes on their local machine to make edits, however if you go away and come back, the workspace will have closed, and it might not be transparent to the user about the best way to restart their session, regain their code and continue working.
Source
I don't have a particular solution in mind, we could potentially enable this workflow via the local companion app, to list the running workspaces and tab through to restart, we could do it via a command in the pallette on the local VS Code, or provide better pop-up notifications on VSCode to re-establish the remote session.
Similar to #6679 for JetBrains.
Also related: #6602
The text was updated successfully, but these errors were encountered: