Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>OrchardistNew to Visual Studio Code? Get it now.
Orchardist

Orchardist

No Corp

|
3 installs
| (0) | Free
Sync VS Code workspace with Git worktrees
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code Orchardist

Sync VS Code workspace with Git worktrees.

It watches for Git worktrees in a project and automatically generates a VS Code workspace that includes all of them.

It allows you to work in a single VS Code window with multiple worktrees, without having to open multiple windows or manually manage workspaces.

Installation

  • For Visual Studio Code, install from VS Code Marketplace.
  • For Cursor, Antigravity, Windsurf, etc., install from Open VSX Registry.

Configuration

orchardist.enabled

Defaults to true. Set to false to disable the extension.

orchardist.alwaysBootstrap

Defaults to false. Set to true to automatically bootstrap a workspace regardless of whether a repository has worktrees.

orchardist.mainName

Defaults to main. Set the main workspace name.

orchardist.workspaceFileName

Defaults to ${workspaceFolderBasename}.wt.code-workspace. Set the workspace filename to customize the workspace name displayed by VS Code. The ${workspaceFolderBasename} variable expands to the main worktree directory name.

orchardist.ignoreWorkspaceFile

Defaults to true. Set to false to stop the extension from automatically adding the workspace file to .gitignore.

Changelog

See the changelog.

License

MIT © Sasha Koss

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft