manateelazycat / lsp-bridge

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

Sync tramp info #912

Closed werhner closed 2 months ago

werhner commented 2 months ago
  1. Accelerate the tramp file opening speed on already connected remote machines.
  2. Adapt the remove_prefix function for Python versions prior to 3.9.
  3. Use "ps | grep " to determine if the lsp_bridge.py process has started to prevent misjudgment.
manateelazycat commented 2 months ago

Thanks for patch