lsp4intellij
lsp4intellij copied to clipboard
[question] Debug Adapter protocol support
@NipunaRanasinghe do you have any plans to add support for https://microsoft.github.io/debug-adapter-protocol/ as well ? IMHO if you want to build a full functioning tooling for ballerina you would need the debug adapter protocol as well right ? Any plans for future ?
@gayanper Since current Ballerina debugger implementation does not support DAP, we don't have any immediate requirement to implement $subject, but we have a plan of rewriting the ballerina debugger according to the DAP and then we will think of adding DAP support for this client :)
Meanwhile If you have sometime to work on adding DAP support, it would be more than appreciated! :D