LanguageServer.jl icon indicating copy to clipboard operation
LanguageServer.jl copied to clipboard

Don't send info output to stderr

Open clason opened this issue 10 months ago • 3 comments

LanguageServer.jl (and some of its dependent packages) send (all?!) info output (such as the timing summary or the packages loaded from cache) to stderr, which leads to quickly ballooning log files in clients such as Neovim since these messages are treated as actual errors.

As these are not error messages, they should be emitted accordingly (stdout, or ideally as actual LSP notifications).

clason avatar Jan 09 '25 10:01 clason