manateelazycat / lsp-bridge

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

Fix the resolution of ssh host name with ip host for tramp #864

Closed norris-young closed 9 months ago

norris-young commented 9 months ago

Fix commit 8373691e003fc5c8da2fe1134d5dc9fbd9171f52 Tested 3 cases:

  1. tramp name without ip /ssh:user@host:~/...
  2. tramp name with ip /ssh:user@ip:~/...
  3. open remote file user@ip:port:~/...