ZIm/crates/tasks_ui/src
Kirill Bulatov 13c17267b9
Properly pass nested script arguments for tasks (#10776)
Closes
https://github.com/zed-industries/zed/discussions/10732#discussion-6524347
introduced by https://github.com/zed-industries/zed/pull/10548 while
keeping both Python and Bash run selection capabilities.

Also replaced redundant `SpawnTask` struct with `SpawnInTerminal` that
has identical fields.

Release Notes:

- Fixed incorrect task escaping of nested script arguments

---------

Co-authored-by: Piotr Osiewicz <piotr@zed.dev>
2024-04-19 16:24:35 +03:00
..
lib.rs Always provide default task context (#10764) 2024-04-19 10:51:50 +03:00
modal.rs Properly pass nested script arguments for tasks (#10776) 2024-04-19 16:24:35 +03:00
settings.rs Add the ability for extensions to provide language settings (#10296) 2024-04-08 19:17:12 -04:00
status_indicator.rs tasks: Add status indicator to the status bar (#10267) 2024-04-08 14:43:00 +02:00