Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(debugger): use
dap-js
instead of legacy debug adapters
The debug adapters powering [`dap-node`][vscode-node-debug], [`dap-chrome`][vscode-chrome-debug], and [`dap-edge`][vscode-edge-debug2] have all been deprecated and unmaintained for a while in favour of [`vscode-js-debug`][vscode-js-debug]. `dap-mode` has [added support for `vscode-js-debug`][pr], via `dap-js`. [vscode-node-debug]: https://github.com/microsoft/vscode-node-debug [vscode-chrome-debug]: https://github.com/Microsoft/vscode-chrome-debug [vscode-edge-debug2]: https://github.com/microsoft/vscode-edge-debug2 [vscode-js-debug]: emacs-lsp/dap-mode#733 [pr]: emacs-lsp/dap-mode#369
- Loading branch information