DAP and LSP #2806
Unanswered
Yazwh0
asked this question in
Extension Development QnA
DAP and LSP
#2806
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've written a DAP extension, which is working well as a applications that uses STDIO.
I'd like to enhance the extension with LSP to give a better developer experience. Ideally the DAP and LSP implementation would be in the same instance so that data can be shared.
Are there any extensions out there that demonstrate how to do this?
I dont know how to seperate DAP and LSP messages for example, so I dont think STDIO can be used. One solution is to use two ports, but how would the port numbers be set, and how do you manage the life cycle of the application?
A pointer to a repository that does this would be very helpful!
Beta Was this translation helpful? Give feedback.
All reactions