ZIm/crates/terminal_view/src
Piotr Osiewicz 98a1e87fbe
task: Spawn static tasks in separate shell (#8827)
That way one can use environment variables in task definitions.

Fixes: #8660

/cc @SomeoneToIgnore it looks like we don't ever set `separate_shell` to
false anymore, it might be worth streamlining?

Release Notes:

- Fixed static tasks not being run under a separate shell.
- Removed `separate_shell` setting from task definitions. It is now a default for tasks defined in tasks.json file.
2024-03-04 15:57:30 +01:00
..
persistence.rs Changed SQLez migrations to be executed eagerly 2023-01-30 14:38:48 -08:00
terminal_element.rs Enable clippy::redundant_locals (#8750) 2024-03-02 21:57:40 -05:00
terminal_panel.rs task: Spawn static tasks in separate shell (#8827) 2024-03-04 15:57:30 +01:00
terminal_view.rs Enable clippy::nonminimal_bool (#8755) 2024-03-02 22:57:37 -05:00