Taking over 45 minutes to analyze project. #330
Description
VSCode version: 1.28.2
Python extension version: 2018.9.2
LanguageServer version: 0.1.52
Python 3.5
I have the following settings enabled.
"python.analysis.logLevel": "Trace",
"python.analysis.downloadChannel": "daily"
After startup in the output window I see all the files in the current workspace directory being parsed and queued up for analysis (1510 files).
I see one single file get returned with:
Analysis complete for file://...blah blah blah
The AnalysisLog.txt file is largely filled with ImportNotFound
lines about 3200 out of the 4000 lines in the file currently.
Is there any way to figure out why this is happening? Just earlier this week everything was working, granted it still took around 5-10 minutes to completely analyze the workspace, but at least it finished.
After about an hour and 15 minutes it finished analysis at version -1, and kicked off version 0.
I have yet to see a single file complete at version 0.
And after another hour and 15 minutes it finally stopped processing everything.