ArboristGit worktree management for VS Code. Create, switch between, and clean up worktrees without leaving your editor. Each worktree maps to one branch. Worktrees live as sibling directories next to your main repo. When you're done, clean up the worktree and branch together.
FeaturesWorktree ExplorerSidebar panel listing all worktrees with branch name, dirty/clean status, and colored icons matching each worktree's assigned window color. Click to open in a new window. Color-Coded WindowsEach worktree gets a distinct color applied to the VS Code title bar, activity bar, and status bar. The main worktree is green by default. New worktrees are auto-assigned colors from a configurable palette. You can also set a custom color per worktree. Create WorktreeCommand Palette:
Remove WorktreeInline trash button in the sidebar, or via command palette. Runs Quick SwitchCommand Palette: Quick pick list of all worktrees with dirty indicators. Opens the selected worktree in a new window. Status BarShows the current branch name and total worktree count. Click to open the quick switch picker. Settings
Requirements
LicenseMIT |