-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Gitpod Pallete Command to Terminate and Launch a New Workspace for faster .gitpod.yml interation #6818
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
You can use |
In my mind I was calling this "Gitpod: Open New Workspace on Same Context" 👍 |
If the context is commit, that's not quite right |
I'd love to make this a gp CLI command, which takes the current We can then have IDE commands to run this. I think a code lens in the .gitpod.yml would be even better. Also, a notification when the config has changed could be useful for users to discover this. |
tracked in #7671 |
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. |
I'd like to note that simply adding an action to cmd+shift+P would be a bit annoying on devices like phones or tablets because it takes a bit longer to open that menu. On iPads with hardware keyboards it's not that bad but the touch screen still makes it much harder to navigate. Side note: palette not pallete |
Is your feature request related to a problem? Please describe
When you are iterating on a .gitpod.yml file you need to terminate and launch a new workspace.

The flow from terminating and launching the new workspace is clunky.
Describe the behaviour you'd like
It would be really nice if we had a pallete command that would terminate the current workspace and then launch a new workspace in the same context. eg.
Gitpod: Terminate and Launch New Workspace
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: