Skip to content

debugger: Don't show VSCode worktree tasks when Zed ones exist#32589

Merged
P1n3appl3 merged 1 commit intomainfrom
dedup-debug-tasks
Jun 12, 2025
Merged

debugger: Don't show VSCode worktree tasks when Zed ones exist#32589
P1n3appl3 merged 1 commit intomainfrom
dedup-debug-tasks

Conversation

@P1n3appl3
Copy link
Copy Markdown
Contributor

@P1n3appl3 P1n3appl3 commented Jun 12, 2025

Fixes #31699

Eventually we might want to merge the lists and deduplicate based on the command and args that it's running. For now we'll just use the presence of any worktree local zed debug tasks to disable all VSCode ones.

Release Notes:

  • N/A

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Jun 12, 2025
@maxdeviant maxdeviant changed the title debugger: Don't show VSCode worktree tasks when zed ones exist debugger: Don't show VSCode worktree tasks when Zed ones exist Jun 12, 2025
@P1n3appl3 P1n3appl3 merged commit 3850da6 into main Jun 12, 2025
24 of 25 checks passed
@P1n3appl3 P1n3appl3 deleted the dedup-debug-tasks branch June 12, 2025 01:12
P1n3appl3 added a commit that referenced this pull request Jun 12, 2025
Fixes #23110

Similar to #32589, we may eventually want to merge instead of making
these lists mutually exclusive.

Release Notes:

- N/A
JosephTLyons pushed a commit that referenced this pull request Jun 12, 2025
Fixes #31699

Eventually we might want to merge the lists and deduplicate based on the
command and args that it's running. For now we'll just use the presence
of _any_ worktree local zed debug tasks to disable all VSCode ones.

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

Development

Successfully merging this pull request may close these issues.

Debugger: New session lists vscode launch.json configurations

1 participant