manateelazycat / lsp-bridge

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

Support jumping to references for remote files without tramp #863

Closed norris-young closed 7 months ago

norris-young commented 7 months ago
  1. Tweak the keys of the dict host_names storing ssh connection info so it will be compatible with class paramiko.config.SSHConfigDict which inherits the internal dict.
  2. Also update remote information when open_remote_file in order to support jumping to references without using tramp.
manateelazycat commented 7 months ago

感谢补丁, 已经合并