Open kalloc opened 4 years ago
Implementation request for python.analysis.cachingLevel property
python.analysis.cachingLevel
Short explanation: The language server is able to cache some modules to disk, and reload them in future analysis sessions, giving better performance on frequently used modules.
The language server is able to cache some modules to disk, and reload them in future analysis sessions, giving better performance on frequently used modules.
Link: https://github.com/microsoft/python-language-server/wiki/Module-caching
@chemzqm can this be implemented?
If this can be done without much knowledge of coc-python internal structure and you can give some examples how to do it, i can make pull-request.
Implementation request for
python.analysis.cachingLevel
propertyShort explanation:
The language server is able to cache some modules to disk, and reload them in future analysis sessions, giving better performance on frequently used modules.
Link: https://github.com/microsoft/python-language-server/wiki/Module-caching