ZIm/crates/extension_host
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
build.rs Rename extension crate to extension_host (#20081) 2024-11-01 12:53:02 -04:00
Cargo.toml Expose context server settings to extensions (#20555) 2024-11-12 17:21:58 -05:00
LICENSE-GPL Rename extension crate to extension_host (#20081) 2024-11-01 12:53:02 -04:00