-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, the built-in logger (LanguageServerLogger) for LanguageServer
has no way to set a minimum logging level, and so all (even diagnostic-level) messages are unconditionally forwarded to the LSP client via window/logMessage
.
Ideally, there would be a way to control the log level. Perhaps via a mutable property on LanguageServer
?
CC: @david-driscoll
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request