Skip to content

community/py3-lsp-server: upgrade to 1.9.0

Krassy Boykinov requested to merge chereskata/aports:py3-lsp-server into master

https://github.com/python-lsp/python-lsp-server/compare/v1.8.2...v1.9.0 -> code changes lgtm

Changelog
Major release of python-lsp-server with the following new features and changes:

    Support initializationOptions to configure the server.
    Add code completions to the autoimport plugin.
    Add support for Pylint 3.
    Pass extendIgnore argument to Flake8.
    Add new pylsp_workspace_configuration_changed hookspec so that plugins can react when client sends a configuration change to the server.

https://github.com/python-lsp/python-lsp-server/releases/tag/v1.9.0

Merge request reports