How to Integrate Microsoft’s Debug Adapter Protocol (DAP) with the Monaco Editor?
I am currently working on adding a debugger option to my code editor without using an IDE. In my research, I came across Microsoft’s Debug Adapter Protocol (DAP), and I’ve read through the documentation, which mentions that it can be integrated into IDEs or editors. I would like to know if DAP is compatible with the Monaco editor and how to connect them.