zed/crates/extensions_ui
Marshall Bowers a04c2ecff7
Decouple extension Worktree resource from LspAdapterDelegate (#20611)
This PR decouples the extension `Worktree` resource from the
`LspAdapterDelegate`.

We now have a `WorktreeDelegate` trait that corresponds to the methods
on the resource.

We then create a `WorktreeDelegateAdapter` that can wrap an
`LspAdapterDelegate` and implement the `WorktreeDelegate` trait.

Release Notes:

- N/A
2024-11-13 12:24:27 -05:00
..
src Decouple extension Worktree resource from LspAdapterDelegate (#20611) 2024-11-13 12:24:27 -05:00
Cargo.toml Extract ExtensionIndexedDocsProvider to indexed_docs crate (#20607) 2024-11-13 11:19:55 -05:00
LICENSE-GPL