fwcd / kotlin-debug-adapter

Kotlin/JVM debugging for any editor/IDE using the Debug Adapter Protocol
MIT License
120 stars 24 forks source link

Update lsp4j debug version to 0.15.0 #64

Closed themkat closed 2 years ago

themkat commented 2 years ago

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

fwcd commented 2 years ago

Thanks!