-
Notifications
You must be signed in to change notification settings - Fork 133
OSX process Microsoft.Python.LanguageServer has excessive CPU usage #195
Comments
I have a similar problem. Working in an R problem. However, the Microsoft.Python.LanguageServer task starts increasing CPU and Memory usage until my Mac freezes or I kill the process through Activity Monitor.
|
Output from OUTPUT panel in VS Code: Your code has been rated at 10.00/10 [Info - 12:10:51 PM] Connection to server got closed. Server will restart. ` |
I removed
from
to switch back to Jedi engine to free up the CPU. Hope this helps. |
I still have the RAM problem with Version 2018.9.0, only solution for me is to go back to jedi |
0.2.16 is now available on beta channel. "python.analysis.downloadChannel": "beta" |
In VS code it shows in the status bar as 'Analyzing workspace, 11 items remaining' forever. When I open up activity manager(task manager), Microsoft.Python.LanguageServer has 300% CPU and 382.8 MB Memory.
My python project is fairly small.
The text was updated successfully, but these errors were encountered: