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

Properly pass nested script arguments for tasks #10776

Merged
merged 3 commits into from
Apr 19, 2024

Conversation

SomeoneToIgnore
Copy link
Contributor

Closes #10732 (comment) introduced by #10548 while keeping both Python and Bash run selection capabilities.

Also replaced redundant SpawnTask struct with SpawnInTerminal that has identical fields.

Release Notes:

  • Fixed incorrect task escaping of nested script arguments

SomeoneToIgnore and others added 2 commits April 19, 2024 15:27
By making the shell to substitute Zed variables itself.
Zed still does the resolution on its side to display the labels in the UI.

co-authored-by: Piotr Osiewicz <piotr@zed.dev>
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Apr 19, 2024
@SomeoneToIgnore SomeoneToIgnore merged commit 13c1726 into main Apr 19, 2024
8 checks passed
@SomeoneToIgnore SomeoneToIgnore deleted the kb/better-task-escapes branch April 19, 2024 13:24
SomeoneToIgnore added a commit that referenced this pull request Apr 19, 2024
Closes
#10732 (comment)
introduced by #10548 while
keeping both Python and Bash run selection capabilities.

Also replaced redundant `SpawnTask` struct with `SpawnInTerminal` that
has identical fields.

Release Notes:

- Fixed incorrect task escaping of nested script arguments

---------

Co-authored-by: Piotr Osiewicz <piotr@zed.dev>
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
Development

Successfully merging this pull request may close these issues.

None yet

1 participant