Replies: 1 comment
-
You'll basically need to create a new launch config (and its UI) that extends the LSP4E DAP launch config, and have the various settings of DAP launch set according to user input. Then this launch will call the DAP launch which in turn will launch the "target" and report events through DAP. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently looking into https://github.com/eclipse/lsp4e/tree/master/org.eclipse.lsp4e.debug and the examples seem only contain how to launch a debug adapter but I suppose lsp4e won't discover that automatically (or will it?) so I'm wonder what needs to be done minimally to integrate such an adapter that it show up in the IDE.
Beta Was this translation helpful? Give feedback.
All reactions