SIGN IN SIGN UP

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" }
    ]
  }
]
```
M
Mikayla Maki committed
4f96706161b23afe97eb2305a38254055e4ca583
Parent: 85c3aec
Committed by GitHub <noreply@github.com> on 12/14/2024, 3:39:46 AM