Python LSP Server v1.3.0
Major release of python-lsp-server with the following new features and changes:
- New cache for code snippets to speed up completions.
- Option
jedi_completion.resolve_at_most_labelswas renamed tojedi_completion.resolve_at_mostbecause now it controls how many labels and snippets will be resolved per request. - Option
jedi_completion.cache_labels_forwas renamed tojedi_completion.cache_forbecause now it controls the modules for which labels and snippets should be cached. - Update requirements on Pylint, flake8, pycodestyle, pyflakes and autopep8.