branch: externals/dape commit 2b3b45e979fd3623be3ed20146134983602e8a32 Author: Daniel Pettersson <dan...@dpettersson.net> Commit: Daniel Pettersson <dan...@dpettersson.net>
Add todo for `dape-config-tramp' --- dape.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dape.el b/dape.el index 17ab2eb22d..a7abe2f5e4 100644 --- a/dape.el +++ b/dape.el @@ -856,6 +856,8 @@ Replaces symbol and string occurences of \"autoport\"." (defun dape-config-tramp (config) "Infer `prefix-local' and `host' on CONFIG if in tramp context." + ;; TODO maybe this should be moved out of configs and into + ;; `dape--config-eval' (when-let* ((default-directory (or (plist-get config 'command-cwd) default-directory))