Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Git Review CheckpointNew to Visual Studio Code? Get it now.
Git Review Checkpoint

Git Review Checkpoint

plainionist

|
1 install
| (0) | Free
A lightweight VS Code review board backed by a Git approved marker ref.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Git Review Checkpoint

A small VS Code extension for reviewing changes on the mainline branch since the last approved checkpoint.

How it works

  • Supported branches: main and master
  • Approved marker ref: refs/approved/<branch>
  • Pending commits: everything after the approved marker on the detected mainline branch

When no approved marker exists yet, the pane shows the latest commits on the detected branch and lets you approve a selected commit to create the marker.

UI

  • Review Checkpoint activity bar view with commit history
  • Webview-based review diff with:
    • inline
    • side-by-side
    • side-by-side (full)

Development

npm install
npm run compile

Then press F5 in VS Code to launch the extension development host.

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