-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
Not sure if it would be better to have something like this external to Delve, but a sibling project to the Language Server Protocol is starting to take form, in Debug Adapter Protocol. This is something that is rapidly gaining support in Emacs, but most servers are currently ripped out from Visual Studio Code plugins. There's currently a wrapper around delve for making it conform to DAP in Visual Studio Code. It's written in TypeScript, so it adds an extra universe of dependencies. It would be nice to cut a few layers for a more lean integration.
Emacs dap-mode:
https://github.com/emacs-lsp/dap-mode
VSCode Delve wrapper, also used by Emacs dap-mode:
https://github.com/Microsoft/vscode-go/tree/master/src/debugAdapter
Debug Adapter Protocol:
https://microsoft.github.io/debug-adapter-protocol/