Install from the VS Code Marketplace (search for "Worktree Window Title")
Or install the .vsix file directly: code --install-extension worktree-window-title-1.0.0.vsix.
How It Works
The extension uses git rev-parse --show-toplevel to determine the git worktree root directory, then exposes this as window title variables via VS Code's registerWindowTitleVariable API.