Hacker News new | ask | show | jobs
by int_19h 2757 days ago
While we're on the subject - not that many people are aware of it yet, but VS Code has a debugger protocol similar to LSP for pluggable IDE-agnostic debuggers.

https://microsoft.github.io/debug-adapter-protocol/

https://github.com/Microsoft/debug-adapter-protocol/blob/gh-...

I hope this takes off. Between it and LSP, pretty much any text editor can be an IDE with little effort.