-
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
Extension Host is unresponsive after some minutes of using. #2827
Comments
Please could you provide the following information,
|
Also let us know if you are using Jedi or the language server and whether the language server was being downloaded or extracted at the time? |
|
I hope that helps, if there's anything i could do to help, please inform me. |
Python version: 3.6.3
Thanks |
@jonathanschein @essanpupil @Sanyorke-Han Looking at the logs you have provided, the only one that stands out is the one provided by @essanpupil Looking at the logs, it seems the extension is ready for use within < 2secs for @jonathanschein @Sanyorke-Han . I.e. I don't see how the extension could cause the extension host from being unresoponsive. There could be other extensions that are causing the delays (@essanpupil is an exception, hence the request to retry - see further below). Please do have a look at https://code.visualstudio.com/updates/v1_28#_extension-host-unresponsive
Finally, please could you try exiting VS Code, reloading it and a Python file. After around 1 minute, please could you capture the perf metrics (for all extensions) once again and dump them here.
|
I ended up here after searching some about the new "extension host unresponsive." I experience this when starting VS code though. Here are all the details.
We have written the needed data into your clipboard. Please paste: {
"activationTimes": {
"startup": false,
"codeLoadingTime": 15081,
"activateCallTime": 504,
"activateResolvedTime": 52,
"activationEvent": "onLanguage:python"
}
} Additional info:
VS Code version: Code 1.28.0 (431ef9da3cf88a7e164f9d33bf62695e07c6c2a9, 2018-10-05T14:58:53.203Z) System Info
Extensions (9)
|
Please provide the following info:
Next:
|
@thernstig Please provide the following info:
Next:
|
Please provide the following info:
Next: Open command palette |
Reported by @stolencatkarma Extension Name: python {
"activationTimes": {
"startup": false,
"codeLoadingTime": 19889,
"activateCallTime": 271,
"activateResolvedTime": 71,
"activationEvent": "onLanguage:python"
}
} Please provide the following info:
Next:
|
Part of #2853 |
The text was updated successfully, but these errors were encountered: