-
Notifications
You must be signed in to change notification settings - Fork 190
Open
Description
When using dap-debug, with template containning dap-compilation, first execute
(dap-debug-run-task `(:cwd ,(or (plist-get launch-args :dap-compilation-dir)
(lsp-workspace-root)
default-directory)
:command ,dap-compilation
:label ,(truncate-string-to-width dap-compilation 20)) cb)
then in function call to dap-debug-run-task, there are some codes
let* ((task (if (listp tasks)
(car tasks)
tasks)))
with task value becomes :cwd, which seems not the expected result, and breaks the dap-compilation run.
Metadata
Metadata
Assignees
Labels
No labels