Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability for tasks to target the center pane #22004

Merged
merged 2 commits into from
Dec 14, 2024

Conversation

mikayla-maki
Copy link
Contributor

@mikayla-maki mikayla-maki commented Dec 14, 2024

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:
[
  {
    // Assuming you have a task labeled "echo hello"
    "ctrl--": [
      "task::Spawn",
      { "task_name": "echo hello", "target": "center" }
    ]
  }
]

Fix a bug where tasks would have the wrong working directory
set to a file when spawning a task while looking at an external file
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Dec 14, 2024
@mikayla-maki mikayla-maki force-pushed the add-center-pane-target-for-tasks branch from 8af6277 to f743634 Compare December 14, 2024 03:21
@mikayla-maki mikayla-maki merged commit 4f96706 into main Dec 14, 2024
13 checks passed
@mikayla-maki mikayla-maki deleted the add-center-pane-target-for-tasks branch December 14, 2024 03:39
SomeoneToIgnore added a commit that referenced this pull request Dec 14, 2024
#21706 was merged after
#22004 and the CI missed that.

Release Notes:

- N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
1 participant