-
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
[supervisor] Ensure we fetch IDEOptions/desktopIDEConfig on re-start #8226
Comments
This might also be the cause an issue where we do not reveal the IDE of a running workspace after the tab lost focus on laptop suspension (issue):
I think we need to change the supervisor index to always:
Internal discussion: slack |
Thanks @geropl — given that this looks to be a smallish fix, let's pull into scheduled. 🙏 |
@geropl I thought we fixed it already 🤔 ? |
@akosyakov We only fixed the retrieval of IDEOptions. For supervisor frontend there are 2 things left (cmp esp. the comment abo ve):
|
@loujaybee just popped up again yesterday on slack. |
@mustard-mh Can you have a look please? 🙏 |
We only update So I think the best ways to do this are
Way 1\2 above will change a lot. What do you think? |
I updated comment above, in case you missed it |
Thanks for guide here👍, I really don't know |
So far we set dekstopIDEConfig and IDEOptions onload. With the recent change away from auto-reload behavior this does no longer show "Open in < desktopIDE >" in cases where:
We should see
but instead see this:
The dashboard change is quite straight forward. In supervisor-frontend we'd need to re-fetch the desktopIDEConfig on re-start as well.
/cc @akosyakov
The text was updated successfully, but these errors were encountered: