Skip to content

Commit

Permalink
Document `command-cwd' default value
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Mar 2, 2024
1 parent 2b3b45e commit 9897d84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -338,14 +338,15 @@ In this alist, the car element serves as a symbol identifying each
configuration. Each configuration, in turn, is a property list (plist)
where keys can be symbols or keywords.
Symbol Keys (Used by Dape):
Symbol Keys (Used by dape):
- fn: Function or list of functions, takes config and returns config.
If list functions are applied in order. Used for hiding unnecessary
configuration details from config history.
- ensure: Function to ensure that adapter is available.
- command: Shell command to initiate the debug adapter.
- command-args: List of string arguments for the command.
- command-cwd: Working directory for the command.
- command-cwd: Working directory for the command, if not supplied
`default-directory' will be used.
- prefix-local: Path prefix for Emacs file access.
- prefix-remote: Path prefix for debugger file access.
- host: Host of the debug adapter.
Expand Down

0 comments on commit 9897d84

Please sign in to comment.