lsp: Add basic test for server tree toolchain use (#36692)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
4bee06e507
commit
132daef9f6
4 changed files with 262 additions and 4 deletions
|
@ -4643,7 +4643,6 @@ impl LspStore {
|
|||
Some((file, language, raw_buffer.remote_id()))
|
||||
})
|
||||
.sorted_by_key(|(file, _, _)| Reverse(file.worktree.read(cx).is_visible()));
|
||||
|
||||
for (file, language, buffer_id) in buffers {
|
||||
let worktree_id = file.worktree_id(cx);
|
||||
let Some(worktree) = local
|
||||
|
@ -4685,7 +4684,6 @@ impl LspStore {
|
|||
cx,
|
||||
)
|
||||
.collect::<Vec<_>>();
|
||||
|
||||
for node in nodes {
|
||||
let server_id = node.server_id_or_init(|disposition| {
|
||||
let path = &disposition.path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue