dap-mode
dap-mode copied to clipboard
`dap-debug` does not find debug configurations in `.vscode/launch.json`
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"