feat: Remove final modifier from *Message methods in DefaultLanguageClient#1370
Conversation
|
Could it be that for your use case it could be better to allow customization of the |
Our application has a Log View which displays log messages coming from all over the application, to make it easier for users to diagnose problems. This includes log messages coming the LSP4E Plugin. We are using a language server which is quite verbose during startup and publishes a lot of INFO messages which are handled by
Making the logging behavior in Given that every custom LanguageClient must be a subclass of |
|
Could we just remove the |
|
That's fine for me. |
…ltLanguageClient`"
fcaf8ec to
649b0a7
Compare
final modifier from all methods in DefaultLanguageClientfinal modifier from *Message methods in DefaultLanguageClient
This makes it easier for developers using LSP4E to create a language client with custom behavior.
Resolves #1367