How-to Guides
Use with Cursor or VSCode
Tips for using Conductor alongside VSCode IDEs
Open a workspace
From your workspace, click "Open In" (or click cmd+O) to open Cursor in the workspace directory. (If you've already opened it, this will focus the Cursor window.)
Naming Cursor windows
If you open many workspaces in Cursor, you might find it hard to keep track of which window corresponds to which workspace. To make this easier
- In Cursor, go to User Settings (⌘⇧P -> "Preferences: Open User Settings")
- Search for
window.title - Set it to this value:
${activeRepositoryBranchName}${separator}${rootName}${separator}${profileName}
You will now see the branch name in the title bar, like
my-feature — tokyo