-
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
[vscode-web] extension host process times out on startup #7863
Comments
Do you use stable or insiders? Is anything else working, i.e. do you have terminals, git integration and so on? It sounds like the extension host process does not start at all? |
@akosyakov Yeah, I am using stable and Saas (not self-hosted), also the terminal works but the git integration doesn't. |
Yeah, I guess some issue with the extension host process, I will try to reproduce it again and capture logs In dev tools, will it be helpful? |
Does refresh this page help? @thisisommore |
@thisisommore You connection is good? VS Code tries to start up extensions for 1 minute and then gives up leaving such state usually. You can also share your startup performance in such case, maybe there is something interesting:
👍 It should work like a workaround. |
@mustard-mh Yes it does |
Got it will check |
I've seeing this for the last few months, most time everything is good, sometimes a workspace loads without the "Gitpod extras", and a refresh of the tab fixes it. @akosyakov can you write what information should we collect when it happens next time? |
@shaal This command should let you to get logs (stored locally in your browser), for any window session: Also startup performance file maybe can help to track down what is going on. If you have such you can send them [email protected] and mention this issue. |
Thank you @akosyakov, will do! How can I get |
@akosyakov I have got the issue again today and have saved logs for window session and startup performance, it is safe to share it here? |
No, you should send them to [email protected] and mention this issue as Anton told above. |
@akosyakov @axonasif I was able to capture that information when I encountered this issue in a workspace today, and sent it to [email protected] I hope it helps :) |
@mustard-mh is going to look into, but since it is hard to reproduce and needs good knowledge of VS Code @jeanp413 please mentor here and provide all necessary support 🙏 |
@shaal I looked at your logs unfortunately they are not really helpful :( they do confirm my assumption that extension host process does not start but they don't point to any error. Could you try to collect data from ouput view behind the separator, especially for |
This is fixed in insiders by #8313, will be available in next stable release 1.65 tomorrow Friday |
Version 1.65 released, closing this. |
Bug description
The VsCode command to stop gitpod workspace is missing sometimes
Also this button doesn't work when the issue occurs
Steps to reproduce
Run any workspace and try to stop it after a while.
This most of the time works, but still more frequently I started seeing such issue
Workspace affected
No response
Expected behavior
The gitpod button should always be clickable and the stop workspace command always be available
Example repository
No response
Anything else?
After reloading the tab it works
The text was updated successfully, but these errors were encountered: