PR 11- PR: Remove references to VSCode in Readme, by@ccordoba12 PR 10- PR: Rename namespace to pylsp and package to python-lsp-server, by@andfoy PR 9- TST: accept folding of decorator parameters in Python 3.9, by@bnavigator(8) ...
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...
bin Use positional args in python script Nov 16, 2016 langserver use pip via subprocess, not pip.main (#57) Jun 15, 2018 test Add flake8 linter to project and travis ci (#46) Mar 1, 2018 vscode-client Add python langserver local exec tools ...