Closed maresb closed 2 years ago
Yes, we knew that plugins would be a pain during the transition maybe we did it too fast before everyone caught up with it :( There is an issue open here: https://github.com/rupert/pyls-black/issues/35 and coc team also stumbled upon this here: https://github.com/yaegassy/coc-pylsp/issues/1
To avoid things like that it would be ideal we we could encourage the plugin authors to transition as well (or if they are no longer interested in maintenance, to move it to the community organization) or if they would prefer to stay with the unmaintained pyls version to forks the plugins. Not sure what is the best course of action now.
Closing as resolved by #27
It looks like
pyls-black
requirespython-language-server
so then you wind up with the nasty pinning problems withparso
etc.