Skip to content

Reuse existing Zed window when opening worktrees - #804

Closed
npkanaka wants to merge 1 commit into
supabitapp:mainfrom
npkanaka:fix/reuse-existing-zed-window
Closed

Reuse existing Zed window when opening worktrees#804
npkanaka wants to merge 1 commit into
supabitapp:mainfrom
npkanaka:fix/reuse-existing-zed-window

Conversation

@npkanaka

@npkanaka npkanaka commented Aug 19, 2026

Copy link
Copy Markdown

Summary

  • Pass Zed's --existing flag when opening local Zed and Zed Preview worktrees.
  • Reuse an exact already-open project window instead of creating a duplicate.
  • Update the launcher regression test.

Closes #805

Validation

  • Parsed SupacodeSettingsShared/Domain/OpenWorktreeAction.swift with swiftc.
  • Parsed supacodeTests/OpenWorktreeActionTests.swift with swiftc.
  • Full Xcode test/build is pending: this machine has only Command Line Tools active, not Xcode.

@github-actions github-actions Bot added the invalid Does not meet the contribution policy; closed automatically after a few days if left inactive. label Aug 19, 2026
@github-actions

github-actions Bot commented Aug 19, 2026

Copy link
Copy Markdown

Thanks for the pull request. It doesn't meet the contribution policy yet, so I've labeled it invalid. Please address the following, then push an update:

Nothing needs to be redone. A pull request left invalid is closed automatically after a few days of inactivity. See CONTRIBUTING.md for the full flow.

@sbertix sbertix closed this Aug 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

invalid Does not meet the contribution policy; closed automatically after a few days if left inactive.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Opening an already-open Zed worktree creates a duplicate window

2 participants