ZIm/crates/task/src
Mikayla Maki 4f96706161
Add the ability for tasks to target the center pane (#22004)
Closes #20060
Closes #20720
Closes #19873
Closes #9445

Release Notes:

- Fixed a bug where tasks would be spawned with their working directory
set to a file in some cases
- Added the ability to spawn tasks in the center pane, when spawning
from a keybinding:

```json5
[
  {
    // Assuming you have a task labeled "echo hello"
    "ctrl--": [
      "task::Spawn",
      { "task_name": "echo hello", "target": "center" }
    ]
  }
]
```
2024-12-13 19:39:46 -08:00
..
lib.rs Add the ability for tasks to target the center pane (#22004) 2024-12-13 19:39:46 -08:00
static_source.rs chore: Fix some violations of 'needless_pass_by_ref_mut' lint (#18795) 2024-10-07 01:29:58 +02:00
task_template.rs Add the ability for tasks to target the center pane (#22004) 2024-12-13 19:39:46 -08:00
vscode_format.rs Use const over static for string literals (#18635) 2024-10-02 12:33:13 -04:00