sibling of 7c169fc9b5
This commit is contained in:
parent
2b36d4ec94
commit
73387532ce
313 changed files with 6560 additions and 20270 deletions
|
@ -867,7 +867,7 @@ impl LspLogView {
|
|||
BINARY = server.binary(),
|
||||
WORKSPACE_FOLDERS = server
|
||||
.workspace_folders()
|
||||
.into_iter()
|
||||
.iter()
|
||||
.filter_map(|path| path
|
||||
.to_file_path()
|
||||
.ok()
|
||||
|
|
|
@ -1015,7 +1015,7 @@ impl Render for LspTool {
|
|||
.anchor(Corner::BottomLeft)
|
||||
.with_handle(self.popover_menu_handle.clone())
|
||||
.trigger_with_tooltip(
|
||||
IconButton::new("zed-lsp-tool-button", IconName::Bolt)
|
||||
IconButton::new("zed-lsp-tool-button", IconName::BoltFilledAlt)
|
||||
.when_some(indicator, IconButton::indicator)
|
||||
.icon_size(IconSize::Small)
|
||||
.indicator_border_color(Some(cx.theme().colors().status_bar_background)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue