microsoft / python-language-server

Microsoft Language Server for Python
Apache License 2.0
911 stars 131 forks source link

Analyzing in Background - XX items remaining - stuck for a long time #2016

Open asishm opened 4 years ago

asishm commented 4 years ago

Environment data

Expected behaviour

To eventually stop analyzing

Actual behaviour

It has been analyzing for long time

Logs

https://gist.github.com/asishm/077153305cff814425b12ec65da2a71c

Code Snippet / Additional lnformation

MikhailArkhipov commented 4 years ago

Looks like 3 roots, each with pretty large libraries. So output is from 3 separate LS processes since they are per root and not sharing. How long did you wait?