SIGN IN SIGN UP

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
M
Marshall Bowers committed
a04c2ecff7bb9579d69ad9e6fe339baa28a8f778
Parent: f96b29c
Committed by GitHub <noreply@github.com> on 11/13/2024, 5:24:27 PM