-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Python Language Server uses too much CPU #3557
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
Do you have |
I have the same issue, but only with python2 |
@brettcannon only in the default user settings defined as |
It is the biggest CPU consumer of all the processes: >21 hours Side comment that maybe it is the case of @PushUpek I have a lot of files and folders in my current folder that is not Python code or libraries, questioning if Microsoft Python Server is not trying to parse GiB of data continuously in the current folder of VS Code project. |
+1 - I have the same problem with VS Code 1.29.1 My Is there any way to disable the language server? I believe my only option right now is to disable the python extension completely. |
This happens for me too. Python 2.7 with a moderately big project. What Info can I provide to help debug this? |
I have moved this issue over to the python-language-server repo. Please report details/issues there. |
@brettcannon is this different than #2838? |
@qubitron not sure, hence why I'm playing it safe and just reporting it up to python-language-server to decide if it's somehow different. |
Closing in favour of microsoft/python-language-server#479 |
Environment data
Expected behaviour
< 1% CPU
Actual behaviour
> 99% CPU
Steps to reproduce:
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)The text was updated successfully, but these errors were encountered: