This repository was archived by the owner on Apr 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 133
Heavy CPU usage #891
Comments
@ctivanovich - length of your code is not an issue, it is typically libraries you import that can be very large. Please specify which packages you import, what is the version of the LS (displayed at startup) and how long did you wait. We close issues as specific case is fixed so if the case is different, new issue is recommended so it can be assigned properly depending on the area that causes the problem. Thanks |
@ctivanovich - has it improved since? Thanks |
It seems, at least for now, the language server has calmed down, thanks. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@ctivanovich commented on Fri Apr 05 2019
Following the advice from this thread which was closed prematurely microsoft/vscode-python#2149, I switched to the Microsoft Python language server, but the same explosion in CPU/memory use I noted before disabling both Jedi and Pylint continued unabated using this server. My .py file is about 1200 lines of code, but it's the only one open and being linted/checked. This doesn't even consider what affect attempting to tab-complete or inspect a module might have.
.
The text was updated successfully, but these errors were encountered: