sibling of 6a8be1714e
This commit is contained in:
parent
a2aea00253
commit
dac29f2d73
302 changed files with 6480 additions and 19664 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