ZIm/crates/extension_api/wit
Anthony Eid 1c9b818342
debugger: Use DAP schema to configure daps (#30833)
This PR allows DAPs to define their own schema so users can see
completion items when editing their debug.json files.

Users facing this aren’t the biggest chance, but behind the scenes, this
affected a lot of code because we manually translated common fields from
Zed's config format to be adapter-specific. Now we store the raw JSON
from a user's configuration file and just send that.

I'm ignoring the Protobuf CICD error because the DebugTaskDefinition
message is not yet user facing and we need to deprecate some fields in
it.

Release Notes:

- debugger beta: Show completion items when editing debug.json
- debugger beta: Breaking change, debug.json schema now relays on what
DAP you have selected instead of always having the same based values.

---------

Co-authored-by: Remco Smits <djsmits12@gmail.com>
Co-authored-by: Cole Miller <m@cole-miller.net>
Co-authored-by: Cole Miller <cole@zed.dev>
2025-05-22 05:48:26 -04:00
..
since_v0.0.1 Remove duplicated code for unchanged parts of different extension API versions (#10218) 2024-04-08 10:16:12 -04:00
since_v0.0.4 Remove duplicated code for unchanged parts of different extension API versions (#10218) 2024-04-08 10:16:12 -04:00
since_v0.0.6 Clarify CodeLabel.filter_range doc (#11383) 2024-05-17 12:09:35 -04:00
since_v0.1.0 Further improve /tabs command and slash arguments completion (#16216) 2024-08-14 17:11:51 +03:00
since_v0.2.0 zed_extension_api: Add a short explanation of repo format (#21824) 2024-12-10 15:04:47 -05:00
since_v0.3.0 zed_extension_api: Add simple process API (#25399) 2025-02-22 18:05:36 +00:00
since_v0.4.0 extension: Add support for additional_workspace_configuration and additional_initialization_options (#27407) 2025-03-25 18:23:59 +05:30
since_v0.5.0 extension_api: Add documentation to context server configuration (#29800) 2025-05-02 15:37:05 +00:00
since_v0.6.0 debugger: Use DAP schema to configure daps (#30833) 2025-05-22 05:48:26 -04:00