zed/crates/workspace
Cole Miller 1d8bd151b7
Fix double read panic in nav history (#22754)
This one seems to be triggered when the assistant's
`View<ContextEditor>` is leased during the call into
`NavHistory::for_each_entry`, which then tries to read it again through
the `ItemHandle` interface. Fix it by skipping entries that can't be
read in the history iteration.

Release Notes:

- N/A
2025-01-08 23:05:34 +00:00
..
src Fix double read panic in nav history (#22754) 2025-01-08 23:05:34 +00:00
Cargo.toml Move task centering code closer to user input (#22082) 2024-12-16 16:15:58 +02:00
LICENSE-GPL