eclipse-lsp4j / lsp4j

A Java implementation of the language server protocol intended to be consumed by tools and language servers implemented in Java.
https://eclipse.org/lsp4j
Other
613 stars 145 forks source link

LanguageClient.setTrace should have been a LanguageServer method #544

Closed pisv closed 3 years ago

pisv commented 3 years ago

As per the specification, setTrace goes in the same direction as exit and other client-to-server notifications. Thus, it should be a method of LanguageServer rather than LanguageClient.