ZIm/crates/dap_adapters
Cole Miller c4277681d1
debugger: Fix issues with launch.json handling (#32563)
After this PR we can run all the in-tree launch.json examples from [this
repo](https://github.com/microsoft/vscode-recipes).

Things done:

- Fill in default cwd at a lower level for all adapters
- Update launch.json parsing for DebugScenario changes
- Imitate how VS Code normalizes the `type` field for JS debug tasks
- Make version field optional
- Extend the variable replacer a bit

Release Notes:

- Debugger Beta: fixed issues preventing loading and running of debug
tasks from VS Code's launch.json.

---------

Co-authored-by: Anthony Eid <hello@anthonyeid.me>
Co-authored-by: Anthony <anthony@zed.dev>
Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
2025-06-11 16:48:44 -04:00
..
src debugger: Fix issues with launch.json handling (#32563) 2025-06-11 16:48:44 -04:00
Cargo.toml Fix ruby debugger (#32407) 2025-06-09 16:11:24 -06:00
LICENSE-GPL Debugger implementation (#13433) 2025-03-18 12:55:25 -04:00