Files
oak-gpui/crates/editor/src
Kirill Bulatov f8deebc6db Fix inline diagnostics in the project diff (#26275)
https://github.com/zed-industries/zed/blob/205f9a9f0391da47a87cac45a41f67d2a23f5a95/crates/editor/src/element.rs#L1643

Due to the snippet above, Zed is supposed to have `row` larger or equal
to `start_row` here:


https://github.com/zed-industries/zed/blob/205f9a9f0391da47a87cac45a41f67d2a23f5a95/crates/editor/src/element.rs#L1694

yet the panic were reported when clicking in the project diff.

That project diff has a lot of highlighting happening already, so the PR
disables inline diagnostics within a git diff view.


Release Notes:

- N/A
2025-03-07 11:34:37 +00:00
..
2025-02-28 18:33:35 +01:00
2025-02-03 13:18:50 -07:00
2025-02-28 18:33:35 +01:00
2025-02-28 18:33:35 +01:00
2025-02-05 14:30:09 +00:00