ZIm/crates/extension_host/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
..
wasm_host context_store: Refactor state management (#29910) 2025-05-05 21:36:12 +02:00
extension_host.rs debugger: Rework language association with the debuggers (#29945) 2025-05-06 20:16:41 +02:00
extension_settings.rs VSCode Settings import (#29018) 2025-04-23 20:54:09 +00:00
extension_store_test.rs debugger: Rework language association with the debuggers (#29945) 2025-05-06 20:16:41 +02:00
headless_host.rs debugger: Rework language association with the debuggers (#29945) 2025-05-06 20:16:41 +02:00
wasm_host.rs context servers: Show configuration modal when extension is installed (#29309) 2025-05-01 20:02:14 +02:00