zed/crates/extension_host
Marshall Bowers 3ebb64ea1d
Expose context server settings to extensions (#20555)
This PR exposes context server settings to extensions.

Extensions can use `ContextServerSettings::for_project` to get the
context server settings for the current project.

The `experimental.context_servers` setting has been removed and replaced
with the `context_servers` setting (which is now an object instead of an
array).

Release Notes:

- N/A

---------

Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
2024-11-12 17:21:58 -05:00
..
src Expose context server settings to extensions (#20555) 2024-11-12 17:21:58 -05:00
build.rs
Cargo.toml Expose context server settings to extensions (#20555) 2024-11-12 17:21:58 -05:00
LICENSE-GPL