fixed signature of shutdown method to match updates in lsp4j
This commit is contained in:
@@ -86,7 +86,7 @@ public abstract class SimpleLanguageServer implements LanguageServer, LanguageCl
|
||||
protected abstract ServerCapabilities getServerCapabilities();
|
||||
|
||||
@Override
|
||||
public CompletableFuture<Void> shutdown() {
|
||||
public CompletableFuture<Object> shutdown() {
|
||||
return Futures.of(null);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user