sublimelsp / LSP-pylsp

Convenience package for the Python Language Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mypy does not follow jedi.environment

notsocafe opened this issue · comments

commented

For instance, when specifying a Poetry virtualenv through pylsp.plugins.jedi.environment, Mypy will not use it, and provide completely broken results.

Additionally, native Poetry support (akin to what vim-ale does) would be a great addition.

Feel free to discuss it in python-lsp/pylsp-mypy#39

And I don't know exactly what you mean about native Poetry support but I'm assuming that this can only work if there is a separate instance of editor started for each project. In ST you can have multiple projects open in a single process instance so I would guess that this is not possible in ST.