zed/crates/tasks_ui
Kirill Bulatov 573ba83034
Merge Zed task context providing logic (#10544)
Before, `tasks_ui` set most of the context with `SymbolContextProvider`
providing the symbol data part of the context. Now, there's a
`BasicContextProvider` that forms all standard Zed context and it
automatically serves as a base, with no need for other providers like
`RustContextProvider` to call it as before.

Also, stop adding `SelectedText` task variable into the context for
blank text selection.

Release Notes:

- N/A
2024-04-15 11:52:15 +03:00
..
src Merge Zed task context providing logic (#10544) 2024-04-15 11:52:15 +03:00
Cargo.toml tasks: Add status indicator to the status bar (#10267) 2024-04-08 14:43:00 +02:00
LICENSE-GPL Rename runnables into tasks (#8119) 2024-02-21 14:56:43 +02:00