-
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
gp open/preview should await till UI is available #4036
Comments
Do we want to have an explicit command that awaits a connection of a code editor and then also internally use it from the two mentioned commands? |
Do we want to block on opening editors until the IDE is ready? This could be problematic when misused in non-interactive scenarios (like The |
Maybe we can detect that we are in prebuild context and fail then. |
Just a note that the error message has changed (as a result of resolving issue #3195) from: This is a pesky bug because it can make the user experience intermittently poor when the preview browser cannot be opened. |
Bug description
Otherwise they can break in tasks currently: https://community.gitpod.io/t/using-code-or-gp-open-in-start-tasks-fail-hard/3376
Steps to reproduce
See above.
Expected behavior
No response
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: