coc-python
coc-python copied to clipboard
[mspyls] LS keeps analyzing in background from start after vim restart
Hi,
when I open Vim in a directory that contains a virtualenv (env
) the coc-status output in the statusline shows the following:
-
Searching Interpreter...
-
Analyzing in background 3214...
which goes down to zero after a few seconds/minutes.
If I now close vim and reopen it, the same happens again. It seems that the indexing cache cannot be found?
me too having the same problem, did you find anyway to solve it?
This seems to be an issue of the python language server and it seems that it won't be fixed https://github.com/microsoft/python-language-server/issues/848
I suggest switching to another language server e.g. jedi
Update: Oops. I'm not even sure anymore because of this in the docs:
https://github.com/microsoft/python-language-server/wiki/Module-caching