zed/crates/diagnostics
Nathan Sobo e61a5b172c Defer pane interaction when opening excerpts in diagnostics view
Activating a new item causes the current item to be deactivated. We're the current item, but we're on the stack, so we panic if we try to do this synchronously. If we use defer to wait until we're off the stack it works.
2022-01-22 13:23:08 -07:00
..
src Defer pane interaction when opening excerpts in diagnostics view 2022-01-22 13:23:08 -07:00
Cargo.toml WIP - Start work on updating project diagnostics view 2021-12-21 16:39:23 -08:00