manateelazycat / lsp-bridge

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

fix lsp-bridge-try-completion bug with lsp-bridge-enable-log set to t #830

Closed yatsky closed 10 months ago

yatsky commented 10 months ago

This bug causes wrong-number-of-arguments error when lsp-bridge-enable-log is set to t and will cause Emacs remove lsp-bridge-monitor-post-command from post-command-hook.

manateelazycat commented 10 months ago

thanks