dap-mode icon indicating copy to clipboard operation
dap-mode copied to clipboard

`dap-debug` does not find debug configurations in `.vscode/launch.json`

Open cowboyd opened this issue 9 months ago • 4 comments

Given current project:

(project-current)
;;; => (vc Git "~/project/")

VSCode users on our project have their launch configurations in ~/project/.vscode/launch.json, and so I was hoping to be able to use those out of the box, but when I run the (dap-debug) command, it only finds one configuration call "Node Run Configuration"

cowboyd avatar Jan 24 '25 10:01 cowboyd