manateelazycat / lsp-bridge

A blazingly fast LSP client for Emacs
GNU General Public License v3.0
1.42k stars 205 forks source link

Fix some bugs for remote connection #865

Closed norris-young closed 7 months ago

norris-young commented 7 months ago
  1. replace file-remote-p with string-match-p to support non-tramp usage.
  2. clear the var lsp-bridge-ref-open-remote-file-go-back-to-ref-window after jump.
  3. use server_host as key if it is already in host_names.
  4. tweak the regular expression for remote file.