zed/crates/ui/src
Piotr Osiewicz a875dd153d
lsp: Add server-side tracing support (#15230)
This PR adds another row to the LSP log view: Server traces

![image](https://github.com/user-attachments/assets/e3f77944-45e0-4d04-92fd-aea212859e86)


[Traces](https://docs.rs/lsp-types/latest/lsp_types/notification/enum.LogTrace.html)
are intended for logging execution diagnostics, which is different from
`LogMessage` that we currently support.
When `Server trace` is selected, user can select the level of tracing
(`off`/`messages`/`verbose`) to their liking.

Release Notes:

- Added support for language server tracing to the LSP log view.
2024-07-29 01:53:30 +02:00
..
components lsp: Add server-side tracing support (#15230) 2024-07-29 01:53:30 +02:00
styles ui: Make Label respect the ui_font_weight setting (#15241) 2024-07-25 21:08:28 -04:00
utils
clickable.rs
components.rs ui: Remove old settings components (#15347) 2024-07-27 14:12:32 -04:00
disableable.rs
fixed.rs
key_bindings.rs ui: Add functions for generating textual representations of key bindings (#15287) 2024-07-26 12:52:59 -04:00
prelude.rs
selectable.rs
styled_ext.rs Improve experience when themes provide transparent status colors (#13996) 2024-07-09 11:27:47 -04:00
styles.rs Improve experience when themes provide transparent status colors (#13996) 2024-07-09 11:27:47 -04:00
ui.rs ui: Add functions for generating textual representations of key bindings (#15287) 2024-07-26 12:52:59 -04:00
utils.rs
visible_on_hover.rs
with_rem_size.rs