manateelazycat / lsp-bridge

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

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

Closed yatsky closed 8 months ago

yatsky commented 8 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 8 months ago

thanks