-
Notifications
You must be signed in to change notification settings - Fork 1.3k
presist signals fired via gp sync{await, done} so they survive workspace restarts #2186
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
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. |
BTW, this is still an issue. |
I've been facing the same issue and for now I've made use of shifting Also, if anyone has not been working on this issue, though I'm new to gitpod..I'd like to contribute! |
Thanks for bringing it up! The IDE team responsible for this part won't be able to prioritize it now. But it's been added to #7671 Epic, and it will be revisited later.
We love the will to contribute! Although we won't be able to give the directions for what/where to change (due to it not being planned yet), you can submit your PR, and it will be for sure reviewed by the team! |
Ohh I see, sure I'll try exploring around and see if I could come up with a PR! Thank you😄 |
I just ran into this.
instead of
|
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 was recently Gitpodifying https://github.com/niklasvh/html2canvas and below is how my config looked like:
The same config worked without the pre-builds while with the pre-builds it seemed to be stuck as if the
npm start
thing did not work. The behaviour was kind of odd and I had no idea What I was doing wrong.Screenshots
Without Pre-build
With Pre-build
Thanks to @svenefftinge who pointed out:
moving the
gp sync-done boot
to thecommand
section instead ofinit
made it work as expected.As a user looking at https://www.gitpod.io/docs/config-start-tasks/ I was expecting
gp sync-done boot
to work in theinit
phase. Sven proposed:I agree with him as the current behaviour unless we clearly document it is alienating.
The text was updated successfully, but these errors were encountered: