branch: externals/dape
commit 8a5c388ba900a4a1dff635468837fbc346c107fe
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>
Use integrated terminal as the python default
---
dape.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/dape.el b/dape.el
index c380cf924c..c3622aca40 100644
--- a/dape.el
+++ b/dape.el
@@ -121,6 +121,7 @@
:cwd dape-cwd-fn
:program dape-find-file-buffer-default
:justMyCode nil
+ :console "integratedTerminal"
:showReturnValue t)
(dlv
modes (go-mode go-ts-mode)