Skip to content

Spin VS Code rather than Terminal #1

@sonicrush7

Description

@sonicrush7

I gave the following instructions:
Spin up worktrees for testing, refactoring, and a new feature

I get this:
Git Worktree Status:
┌──────────────────┬────────────────────────────────────────┬────────────┬─────────────────────────┬────────┐
│ Branch │ Path │ Ports │ Task │ Status │
├──────────────────┼────────────────────────────────────────┼────────────┼─────────────────────────┼────────┤
│ feat/testing │ ~/tmp/worktrees/Pixys/feat-testing │ 8100, 8101 │ Testing improvements │ active │
├──────────────────┼────────────────────────────────────────┼────────────┼─────────────────────────┼────────┤
│ feat/refactoring │ ~/tmp/worktrees/Pixys/feat-refactoring │ 8102, 8103 │ Code refactoring │ active │
├──────────────────┼────────────────────────────────────────┼────────────┼─────────────────────────┼────────┤
│ feat/new-feature │ ~/tmp/worktrees/Pixys/feat-new-feature │ 8104, 8105 │ New feature development │ active │
└──────────────────┴────────────────────────────────────────┴────────────┴─────────────────────────┴────────┘

However, one terminal works, the other one is open VS Code instead, and I can't find the 3rd instance.
My config file is as follows:
{
"terminal": "tmux",
"shell": "zsh",
"claudeCommand": "csp",
"portPool": {
"start": 8100,
"end": 8199
},
"portsPerWorktree": 3,
"worktreeBase": "/.archon/worktrees",
"registryPath": "
/.claude/worktree-registry.json",
"defaultCopyDirs": [
".agents",
".env.example",
".env"
],
"healthCheckTimeout": 30,
"healthCheckRetries": 3
}
But it seems he only has 2 ports per terminal

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions