Is it configurable for lsp4e to disable printing info logs to the Error Log View #1233
-
|
I'm working on a language server integrated via lsp4e. And I found that the lsp4e will print a lot of info leveled logs into the Error Log View. Is this behavior configurable per each server integration? Or it can only be configured globally? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 15 replies
-
|
You can filter the messages with "information" severity out of the view, from the view menu. |
Beta Was this translation helpful? Give feedback.


Those come from the language server explicitly sending a
logMessagerequest or type info, which according to the LSP spec is exactly meant to be handled as an info message in the client log: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#window_logMessage