kotlin-debug-adapter icon indicating copy to clipboard operation
kotlin-debug-adapter copied to clipboard

Update lsp4j debug version to 0.15.0

Open themkat opened this issue 1 year ago • 0 comments

Upgrade to newest version of lsp4j debug library.

runInTerminal was removed from the server interface, that is why it is removed here as well. setExceptionBreakpoints also has a return value now. You can read about that in the release notes for lsp4j version 0.13.0: https://github.com/eclipse/lsp4j/releases/tag/v0.13.0

themkat avatar Aug 07 '22 13:08 themkat