ZIm/crates/debug_adapter_extension
Cole Miller c9bd409732
debugger: Support passing custom arguments to debug adapters (#33251)
Custom arguments replace any arguments that we normally pass to the DAP.
For interpreted languages, they are passed to the interpreter after the
DAP path or module. They can be combined with a custom binary, or you
can omit `dap.binary` and just customize the arguments to the DAPs we
download.

This doesn't take care of updating the extension API to support custom
arguments.

Release Notes:

- debugger: Implemented support for passing custom arguments to a debug
adapter binary using the `dap.args` setting.
- debugger: Fixed not being able to use the `dap` setting in
`.zed/settings.json`.
2025-06-23 17:06:48 +00:00
..
src debugger: Support passing custom arguments to debug adapters (#33251) 2025-06-23 17:06:48 +00:00
Cargo.toml extension: Update DAP extension API (#32448) 2025-06-16 16:25:32 +02:00
LICENSE-GPL debugger: Add extensions support (#30625) 2025-05-13 22:42:51 +00:00