ZIm/crates/worktree/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
..
ignore.rs Fix Linux search issues (#13479) 2024-06-24 13:46:21 -07:00
worktree.rs Add the ability for tasks to target the center pane (#22004) 2024-12-13 19:39:46 -08:00
worktree_settings.rs Add .jj to default file exclusion (#21708) 2024-12-08 18:44:46 -07:00
worktree_tests.rs worktree: Fix privacy check for singleton files (#21861) 2024-12-12 01:53:00 -05:00