ZIm/crates/workspace/src
Michael Sloan b1872e3afd
cx.background_executor().spawn(...) -> cx.background_spawn(...) (#25103)
Done automatically with

> ast-grep -p '$A.background_executor().spawn($B)' -r
'$A.background_spawn($B)' --update-all --globs "\!crates/gpui"

Followed by:

* `cargo fmt`
* Unexpected need to remove some trailing whitespace.
* Manually adding imports of `gpui::{AppContext as _}` which provides
`background_spawn`
* Added `AppContext as _` to existing use of `AppContext`

Release Notes:

- N/A
2025-02-18 20:30:33 +00:00
..
persistence Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
shared_screen cx.background_executor().spawn(...) -> cx.background_spawn(...) (#25103) 2025-02-18 20:30:33 +00:00
dock.rs status_bar: Only show divider for left dock (#24178) 2025-02-04 08:02:29 +00:00
item.rs Only allow save_as for pane if can_save_as is true (#25028) 2025-02-17 16:01:56 -07:00
modal_layer.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
notifications.rs Use the MessageNotification component for the release notes toast (#25013) 2025-02-17 11:32:04 -03:00
pane.rs file_finder: Remove common segments of long paths in search results (#25049) 2025-02-18 10:09:15 -05:00
pane_group.rs file_finder: Remove common segments of long paths in search results (#25049) 2025-02-18 10:09:15 -05:00
persistence.rs Refactor to use SharedString in more places (#23813) 2025-01-28 19:04:21 -05:00
searchable.rs Allow buffer search in project search (#23819) 2025-01-31 00:13:46 -07:00
shared_screen.rs Simplify livekit config so that cargo check Just Works (#21661) 2024-12-06 13:50:59 -08:00
status_bar.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
tasks.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
theme_preview.rs component: Add component and component_preview crates to power UI components (#24456) 2025-02-09 13:25:03 -05:00
toolbar.rs Allow buffer search in project search (#23819) 2025-01-31 00:13:46 -07:00
workspace.rs cx.background_executor().spawn(...) -> cx.background_spawn(...) (#25103) 2025-02-18 20:30:33 +00:00
workspace_settings.rs Persist selections for editors (#25083) 2025-02-18 14:27:00 +00:00