branch: externals/dape
commit f8db03ffa48a723ffbe1124390b25058cdf031e5
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>
Use correct cwd fn in debugpy
---
dape.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dape.el b/dape.el
index 6bee9acdbd..0c423c169f 100644
--- a/dape.el
+++ b/dape.el
@@ -130,7 +130,7 @@
port :autoport
:request "launch"
:type "executable"
- :cwd dape-command-cwd
+ :cwd dape-cwd
:program dape-buffer-default
:justMyCode nil
:console "integratedTerminal"