Review your branch in VS Code's Source Control sidebar.
Diff vs Stage shows committed changes against the merge base with origin/stage, falling back to local stage.
Diff Working Changes returns to normal staged and unstaged changes.
Click a file to open its diff. Click its checkmark to move it into Viewed. Undo the mark to move it back.
Viewed state survives restarts. A changed diff returns to Changes; unrelated commits keep your marks.
Fetch Stage updates the comparison base.
Run either Diff command from the Command Palette. Files appear in a collapsible folder tree.
Requires Git and a stage branch. Review marks are stored locally in VS Code. No telemetry or external services; only Fetch Stage accesses your Git remote.