Python language server forever analysing workspace #2579
Labels
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
bug
Issue identified by VS Code Team member as probable bug
The new python language server improved dramatically for python 2.7 projects in the August/September release, but it still seems to be getting stuck analysing the workspace.
The CPU spikes for a long time and RAM use continues to increase. It always seems to stall on the same number of items in my particular project (over 100k line project with many modules).
I'm not sure how to debug this issue, but I'm happy to help as much as possible if I'm pointed in the right direction.
Environment data
pip freeze output
Actual behavior
Analzying never completes and uses up system resources
Expected behavior
Analyzing does complete and remains mostly idle
Steps to reproduce:
Enable the new python language server and open a file.
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
)Dev Tools Logs
The text was updated successfully, but these errors were encountered: