if client supports "projects", it will "open" all files with the server and not send the close notification (unless file is deleted); Haven't seen such behavior in any client. Especially not in VSCode which can be seen as a "reference" implementation. Some servers just clear the diagnosti...
Part of the problem is that the LSP server configuration is passed in different ways depending on the client (e.g. Emacs, Vim, VSCode...). Still it would be useful to either point to the popular clients' documentation in this regard or even to put some examples in python-lsp-server's...
Latest commit Ryan Blunden Update README.md Mar 27, 2019 214b271·Mar 27, 2019 History 179 Commits bin langserver test vscode-client .gitignore .gitmodules .travis.yml LICENSE Makefile Pipfile Pipfile.lock README.md python-langserver.py ...
It's my view thatruff-lspcan provide a nicer user experience thanpylspmostly becauseruffis very fast (written in Rust), so why notswitch to it by default?Configuration for Helix is available here.