zed/crates/picker
Max Brunsfeld 717ebe6a4c Don't cancel match updates when picker query changes
The file finder often cancels an in-progress match task when
the project updates. But it still needs to take the matches
that it did find and add them to its results. So we should
not cancel the entire task, as this will cause the
partial results to be discarded.
2022-04-19 13:16:57 -07:00
..
src Don't cancel match updates when picker query changes 2022-04-19 13:16:57 -07:00
Cargo.toml Rename SelectorModal -> Picker, put it in its own crate 2022-04-18 17:11:39 -07:00