ZIm/crates/extension_host/src
Ben Kunkle 25f407baab
settings: Auto-update JSON schemas for settings when extensions are un/installed (#26633)
Because of #26562, it is now possible to subscribe to extension update
events within the LSP store, where we can then update the Schemas sent
to the JSON LSP resulting in dynamic updates to the auto-complete
suggestions and diagnostics in settings. Notably, this means newly
installed languages and (icon) themes will auto-complete correctly as
soon as the extension is installed.

Closes #15436

Release Notes:

- Fixed an issue where autocomplete suggestions and diagnostics for
languages and (icon) themes in settings would not update when the
extension with which they were added was installed or uninstalled
2025-03-13 16:50:07 +00:00
..
wasm_host extension_host: Remove restriction of extension API v0.3.0 to development builds (#26498) 2025-03-11 23:22:31 +00:00
extension_host.rs settings: Auto-update JSON schemas for settings when extensions are un/installed (#26633) 2025-03-13 16:50:07 +00:00
extension_settings.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
extension_store_test.rs extension: Add ExtensionEvents for listening to extension-related events (#26562) 2025-03-12 17:01:52 +00:00
headless_host.rs Rust 1.85 (#25272) 2025-02-28 18:33:35 +01:00
wasm_host.rs Fix missed renames in #22632 (#23688) 2025-01-26 23:37:34 +00:00