mxsdev / nvim-dap-vscode-js

nvim-dap adapter for vscode-js-debug
271 stars 27 forks source link

feat: add debugger_cmd config #10

Closed williamboman closed 1 year ago

williamboman commented 1 year ago

This is to allow providing a command in PATH that launches the debug server, instead of having to deal with providing absolute paths.

mxsdev commented 1 year ago

Thank you!