ZIm/crates/extension/src
Piotr Osiewicz 09d3ff9dbe
debugger: Rework language association with the debuggers (#29945)
- Languages now define their preferred debuggers in `config.toml`.
- `LanguageRegistry` now exposes language config even for languages that
are not yet loaded. This necessitated extension registry changes (we now
deserialize config.toml of all language entries when loading new
extension index), but it should be backwards compatible with the old
format. /cc @maxdeviant

Release Notes:

- N/A

---------

Co-authored-by: Anthony Eid <hello@anthonyeid.me>
Co-authored-by: Remco Smits <djsmits12@gmail.com>
Co-authored-by: Anthony <anthony@zed.dev>
2025-05-06 20:16:41 +02:00
..
types extension_api: Add documentation to context server configuration (#29800) 2025-05-02 15:37:05 +00:00
extension.rs context servers: Show configuration modal when extension is installed (#29309) 2025-05-01 20:02:14 +02:00
extension_builder.rs extension: Use heck instead of convert_case for snake_case check (#28608) 2025-04-11 22:01:25 +00:00
extension_events.rs context servers: Show configuration modal when extension is installed (#29309) 2025-05-01 20:02:14 +02:00
extension_host_proxy.rs debugger: Rework language association with the debuggers (#29945) 2025-05-06 20:16:41 +02:00
extension_manifest.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
types.rs context servers: Show configuration modal when extension is installed (#29309) 2025-05-01 20:02:14 +02:00