Skip to content

Conversation

@SomeoneToIgnore
Copy link
Contributor

@SomeoneToIgnore SomeoneToIgnore commented Mar 20, 2025

Follow-up of #13433
Closes #27124
Closes #27066
Closes #27150

After this change, both old global task source, tasks.json and new, debug.json started to call for the same task update method:

None => parsed_templates.global = new_templates.collect(),

erasing previous declarations.

The PR puts this data under different paths instead and adjusts the code around it.

Release Notes:

  • Fixed custom tasks not shown

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Mar 20, 2025
@SomeoneToIgnore SomeoneToIgnore enabled auto-merge (squash) March 20, 2025 12:39
@SomeoneToIgnore SomeoneToIgnore merged commit de99feb into main Mar 20, 2025
15 checks passed
@SomeoneToIgnore SomeoneToIgnore deleted the kb/fix-python-tasks branch March 20, 2025 12:51
@SomeoneToIgnore
Copy link
Contributor Author

/cherry-pick v0.179.x

gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Mar 20, 2025
…rged (#27184)

Follow-up of #13433
Closes #27124
Closes #27066

After this change, both old global task source, `tasks.json` and new,
`debug.json` started to call for the same task update method:


https://github.com/zed-industries/zed/blob/14920ab910c6d0208d23ce6b6e2ed644e6f20f2e/crates/project/src/task_inventory.rs#L414

erasing previous declarations.

The PR puts this data under different paths instead and adjusts the code
around it.

Release Notes:

- Fixed custom tasks not shown
SomeoneToIgnore added a commit that referenced this pull request Mar 20, 2025
…rged (cherry-pick #27184) (#27187)

Cherry-picked debugger: Ensure both debug and regular global tasks are
correctly merged (#27184)

Follow-up of #13433
Closes #27124
Closes #27066

After this change, both old global task source, `tasks.json` and new,
`debug.json` started to call for the same task update method:



https://github.com/zed-industries/zed/blob/14920ab910c6d0208d23ce6b6e2ed644e6f20f2e/crates/project/src/task_inventory.rs#L414

erasing previous declarations.

The PR puts this data under different paths instead and adjusts the code
around it.

Release Notes:

- Fixed custom tasks not shown

Co-authored-by: Kirill Bulatov <kirill@zed.dev>
@Anthony-Eid
Copy link
Contributor

Thank you for catching this

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

3 participants