Spec compliant DAP package for debugger integration outside of vscode
Opened this issue · 1 comments
versecafe commented
What is the problem this feature would solve?
Currently the bun debugger is partly functional and hard baked into the vscode extension rather than being an independent package fully implementing the Debug Adapter Protocol which would make it possible to get proper support in other editors.
What is the feature you are proposing to solve the problem?
A published package like bun-dap as part of the core bun repo.
What alternatives have you considered?
Making an external DAP on my own to use for editors like Zed.