fwcd / kotlin-debug-adapter

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

Update lsp4j debug version to 0.15.0 #64

Closed themkat closed 1 year ago

themkat commented 1 year 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 1 year ago

Thanks!