project: Bring back language servers in detached worktrees (#23530)

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2025-01-23 17:03:53 +01:00 committed by GitHub
parent bb937b6cee
commit 9e6b10018a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 75 additions and 22 deletions

View file

@ -25,7 +25,7 @@ use crate::{
ProjectPath,
};
pub(crate) use server_tree::{LanguageServerTree, LaunchDisposition};
pub(crate) use server_tree::{AdapterQuery, LanguageServerTree, LaunchDisposition};
struct WorktreeRoots {
roots: RootPathTrie<LanguageServerName>,