Another lsp tool UI migration (#34009)

https://github.com/user-attachments/assets/54182f0d-43e9-4482-89b9-94db5ddaabf8

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2025-07-07 17:28:18 +03:00 committed by GitHub
parent 955580dae6
commit 82aee6bcf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 485 additions and 535 deletions

View file

@ -426,6 +426,7 @@ impl ContextPicker {
this.add_recent_file(project_path.clone(), window, cx);
})
},
None,
)
}
RecentEntry::Thread(thread) => {
@ -443,6 +444,7 @@ impl ContextPicker {
.detach_and_log_err(cx);
})
},
None,
)
}
}