lapce / lapce

Lightning-fast and Powerful Code Editor written in Rust
https://lap.dev/lapce/
Apache License 2.0
34.6k stars 1.04k forks source link

LSP works in local but not in remote #2505

Open valba8 opened 1 year ago

valba8 commented 1 year ago

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.

crox-safe commented 9 months ago

maybe related #2417

panekj commented 9 months ago

maybe related #2417

it's not, the issue exists before the rewrite happened