Support Command variables in dap #997
AbaoFromCUG
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am sorry that I don't read the
Contribute
section in README.mdI had push a pull request, #996, which is about
Register command mechanism
I add API named dap.register_command(identifier, handler) to do something same to vscode.commands.registerCommand . Which can help extension developer to enhance ability of dap.
e.g.
With this change, we can use comand variable in
launch.json
Whether the change is in scope of the nvim-dap core?
Say sorry again
Beta Was this translation helpful? Give feedback.
All reactions