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

Move runInTerminal #620

Closed KamasamaK closed 2 years ago

KamasamaK commented 2 years ago

Fixes #551

Breaking API change: Method IDebugProtocolServer.runInTerminal moved to IDebugProtocolClient, where it should have been according to the specification