ballerina-platform / lsp4intellij

This language client library provides language server protocol support for IntelliJ IDEA and other Jetbrains IDEs.
Apache License 2.0
428 stars 104 forks source link

[question] Debug Adapter protocol support #31

Open gayanper opened 5 years ago

gayanper commented 5 years ago

@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 ?

NipunaRanasinghe commented 5 years ago

@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 :)

NipunaRanasinghe commented 5 years ago

Meanwhile If you have sometime to work on adding DAP support, it would be more than appreciated! :D