LSP works with local files but not when I edit in remote mode. I've installed the python-lsp-server plugin from within the editor, I've also installed pylsp (v1.7.4) in my local machine (also in the remote one). When I code some local .py all works perfect, I have all the lsp features. BUT when I connect to a remote machine and try to edit something I don't have any of them (not autocomplete, etc.).
Additional information
I installed all the pylsp dependencies also in the remote machine, just in case, but I got the same result.
Lapce Version
0.2.8
System information
Local machine Linux Mint 21, remote Ubuntu 20.04
Describe the bug
LSP works with local files but not when I edit in remote mode. I've installed the python-lsp-server plugin from within the editor, I've also installed pylsp (v1.7.4) in my local machine (also in the remote one). When I code some local .py all works perfect, I have all the lsp features. BUT when I connect to a remote machine and try to edit something I don't have any of them (not autocomplete, etc.).
Additional information
I installed all the pylsp dependencies also in the remote machine, just in case, but I got the same result.