zbelial / lspce

LSP Client for Emacs implemented as a module using rust.
GNU General Public License v3.0
154 stars 11 forks source link

Support writing lsp server's stderr to log file #26

Closed zbelial closed 4 months ago

zbelial commented 4 months ago

ATM, lspce does not do any special thing about stderr. If you use Emacs + lspce in terminal, this will lead to some undesired problems. See more #30 .