[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/dape 9dd74fc290 02/10: Add missing dape-configs doc key
From: |
ELPA Syncer |
Subject: |
[elpa] externals/dape 9dd74fc290 02/10: Add missing dape-configs doc keys |
Date: |
Fri, 22 Dec 2023 06:57:40 -0500 (EST) |
branch: externals/dape
commit 9dd74fc2905a76dafdab155ee934a0307b1ad781
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@dpettersson.net>
Add missing dape-configs doc keys
---
dape.el | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/dape.el b/dape.el
index 9488258bdc..9e75248609 100644
--- a/dape.el
+++ b/dape.el
@@ -239,8 +239,8 @@ Symbol Keys (Used by Dape):
- command: Shell command to initiate the debug adapter.
- command-args: List of string arguments for the command.
- command-cwd: Working directory for the command.
-- prefix-local: Local src path prefix.
-- prefix-remote: Remote src path prefix.
+- prefix-local: Defines the source path prefix, accessible from Emacs.
+- prefix-remote: Defines the source path prefix, accessible by the adapter.
- host: Host of the debug adapter.
- port: Port of the debug adapter.
- modes: List of modes where the configuration is active in `dape'
@@ -269,9 +269,13 @@ Functions and symbols in configuration:
:value-type
(plist :options
(((const :tag "List of modes where config is active in
`dape' completions" modes) (repeat function))
+ ((const :tag "Ensures adapter availability" ensure)
function)
+ ((const :tag "Transforms configuration at runtime" fn)
(choice function (repeat function)))
((const :tag "Shell command to initiate the debug
adapter" command) (choice string symbol))
((const :tag "List of string arguments for command"
command-args) (repeat string))
((const :tag "Working directory for command"
command-cwd) (choice string symbol))
+ ((const :tag "Path prefix for local src paths"
prefix-local) string)
+ ((const :tag "Path prefix for remote src paths"
prefix-remote) string)
((const :tag "Host of debug adapter" host) string)
((const :tag "Port of debug adapter" port) natnum)
((const :tag "Compile cmd" compile) string)
- [elpa] externals/dape updated (28f43ea21c -> 53560932c3), ELPA Syncer, 2023/12/22
- [elpa] externals/dape d1ab87ffed 01/10: Improve naming of mime alist, ELPA Syncer, 2023/12/22
- [elpa] externals/dape c270ad7e72 03/10: Set dape-buffer-window-arrangement default value, ELPA Syncer, 2023/12/22
- [elpa] externals/dape 615866489c 04/10: Use first thread event as pre selected id, ELPA Syncer, 2023/12/22
- [elpa] externals/dape bfa39d858e 05/10: No reason to block thread selection in info buffer, ELPA Syncer, 2023/12/22
- [elpa] externals/dape bd2a97f949 08/10: Truncate lines in all dape info buffers, ELPA Syncer, 2023/12/22
- [elpa] externals/dape 9dd74fc290 02/10: Add missing dape-configs doc keys,
ELPA Syncer <=
- [elpa] externals/dape 86521f705e 07/10: Re introduce dape-debug cleanup, ELPA Syncer, 2023/12/22
- [elpa] externals/dape 282015cf69 09/10: Use symbol for dape--state, ELPA Syncer, 2023/12/22
- [elpa] externals/dape 01136ba1ac 06/10: Docstring improvments for dape-mime-mode-alist, ELPA Syncer, 2023/12/22
- [elpa] externals/dape 53560932c3 10/10: Bump version to 0.3.0, ELPA Syncer, 2023/12/22