zed/crates/project
Thorsten Ball f8939fd859 Trim diagnostic messages to fix rendering bug
Before this change a diagnostic message with a trailing newline (e.g.
`line1\nline2\n`) would be rendered in a `Block` with `line_height: 2`.
But the content we then display in this block had 3 "lines", which
pushed the content out of the block.

This fixes the issue by trimming the newlines at the end from the
diagnostics.

Co-authored-by: Antonio <antonio@zed.dev>
2024-01-23 10:36:06 +01:00
..
src Trim diagnostic messages to fix rendering bug 2024-01-23 10:36:06 +01:00
Cargo.toml Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00