zed/crates/terminal_view/src
Kirill Bulatov 47122a3115
Fix excluded file creation (#12620)
Fixes https://github.com/zed-industries/zed/issues/10890

* removes `unwrap()` that caused panics for text elements with no text,
remaining after edit state is cleared but project entries are not
updated, having the fake, "new entry"
* improves discoverability of the FS errors during file/directory
creation: now those are shown as workspace notifications
* stops printing anyhow backtraces in workspace notifications, printing
the more readable chain of contexts instead
* better indicates when new entries are created as excluded ones


Release Notes:

- Improve excluded entry creation workflow in the project panel
([10890](https://github.com/zed-industries/zed/issues/10890))
2024-06-04 10:31:43 +03:00
..
persistence.rs Changed SQLez migrations to be executed eagerly 2023-01-30 14:38:48 -08:00
terminal_element.rs Allow UI font weight to be assigned in settings (#12333) 2024-05-26 23:06:58 -06:00
terminal_panel.rs Make tests less noisy (#12463) 2024-05-29 18:06:45 -07:00
terminal_view.rs Fix excluded file creation (#12620) 2024-06-04 10:31:43 +03:00