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

@ -835,10 +835,6 @@ impl InlineCompletionButton {
cx.notify();
}
pub fn toggle_menu(&mut self, window: &mut Window, cx: &mut Context<Self>) {
self.popover_menu_handle.toggle(window, cx);
}
}
impl StatusItemView for InlineCompletionButton {