Skip to content

lsp: Downgrade window/logMessage to MessageType::Log

Waqar Ahmed requested to merge work/fix-lsp-window-logmsg into master

Some servers do a lot of logging and some of those log messages are Errors. These errors are not meant to interrupt the user, they should just be logged.

Some servers e.g., gopls is completely unusable with Kate without this

Related: https://github.com/golang/go/issues/33467 BUG: 462476

Merge request reports