Configuration
You can customize Yggdrasil’s behavior through VS Code settings (Ctrl+, or Cmd+,).
Settings Reference
ygg.baseBranch
- Type:
string - Default:
"" - Description: The default branch to compare all worktrees against (e.g.,
main). If left empty, Yggdrasil will attempt to auto-detect the tracking branch for each worktree, falling back tomainif none is found.
ygg.showInExplorer
- Type:
boolean - Default:
true - Description: Mirror the Yggdrasil panel at the bottom of the standard File Explorer sidebar. Set this to
falseif you only want to see Yggdrasil in its dedicated Activity Bar panel.