zed/crates/extension/src
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
..
extension.rs Decouple extension Worktree resource from LspAdapterDelegate (#20611) 2024-11-13 12:24:27 -05:00
extension_builder.rs Add initial FreeBSD support (#20480) 2024-11-11 18:39:05 +01:00
extension_manifest.rs language servers: Fix wrong language server name (#20428) 2024-11-11 10:18:38 +01:00