Replies: 1 comment
-
Unfortunately, this is unlikely. |
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
-
Context
Description
Will monaco-editor ever implement debug-adapter-protocol integration (DAP) as it does with LSP?
I mean, monaco currently implements functions like registerHoverProvider, registerSuggestionsProvider, etc. which allow you to integrate very well with LSP requests/responses. So will it ever be considered to implement analog functions for the debug adapter protocol? Something like: registerBreakpointProvider, registerWatchProvider or something similar.
I'm currently developing a custom IDE and had a great experience implementing the integrations with different language servers. So I wonder whether I will ever have the same experience implementing integrations with debuggers or I will have to dedicate more time to implement a custom function set for DAP.
Monaco Editor Playground Link
No response
Monaco Editor Playground Code
No response
Beta Was this translation helpful? Give feedback.
All reactions