This repository was archived by the owner on Apr 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 133
All non-trivial completions missing in imported modules #1680
Comments
Odd thing is that only |
What happens if you set "python.analysis.cachingLevel": "None" and reload? |
Ya, then it works. |
https://github.com/microsoft/python-language-server/wiki/Module-caching you may try and delete the cache. I think insiders build has user-visible command for it. Then try restoring the setting to |
Have you seen it again? after you reset the cache? |
I tried deleting the cache folder and re-enabling the cache (by deleting the "cachingLevel" setting), and the problem immediately returned. |
Thanks for the info, it's probably something to do directly with caching. |
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No idea what's going on or when this started exactly, but the completions for all imported modules are showing the exact same Python built-in symbols and nothing defined in the module itself. I've tested built-in and 3rd-party modules and this happens in all of them.
Example log below. The last line about the analysis of
sys
being canceled seems suspicious.The text was updated successfully, but these errors were encountered: