Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>RepoLens — Git, PRs & ActionsNew to Visual Studio Code? Get it now.
RepoLens — Git, PRs & Actions

RepoLens — Git, PRs & Actions

YashKesh

|
4 installs
| (0) | Free
A fast, lightweight Git explorer for VS Code. Browse history, blame, branch diffs, PRs, and GitHub Actions runs from one panel.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

RepoLens — Git, PRs & Actions in one panel

A fast, lightweight Git explorer for VS Code. Browse history, blame, branch diffs, pull requests, and GitHub Actions runs — all from a single side-panel, without leaving your editor.

Think of it as a lean alternative to heavier Git UIs: opinionated defaults, no bloat, no login required to get started.

RepoLens screenshot

Features

  • Commit history — searchable log with author, date, and file-touch counts.
  • Inline blame — toggle author/date/summary decorations at the end of every line.
  • Branch diff — pick any two refs and see the file-by-file diff in VS Code's native diff editor.
  • File history — see every commit that touched the current file.
  • Working tree — stage, unstage, and diff changes with one click.
  • Pull requests — list, open, and create PRs against GitHub without leaving VS Code.
  • GitHub Actions — see workflow runs, statuses, and live logs for the current branch.
  • gh CLI device-flow auth — one-click login using your existing GitHub CLI setup.
  • Glass UI — clean, dense layout that fits the VS Code aesthetic.

Getting started

  1. Install the extension.
  2. Open any folder that contains a Git repo.
  3. Click the RepoLens icon in the Activity Bar.

That's it — no account, no config.

For PR and Actions features, install the GitHub CLI and run gh auth login (or use the in-app device-flow button).

Commands

Command Description
RepoLens: Open Open the RepoLens panel
RepoLens: Toggle Inline Blame Show/hide blame decorations in the active editor

Requirements

  • VS Code 1.85 or later
  • Git installed and on your PATH
  • (Optional) GitHub CLI for PR and Actions features

Known limitations

  • GitHub-only for PR/Actions features (GitLab/Bitbucket not yet supported).
  • Large monorepos (>50k commits) may take a moment to load history.

Feedback

Bug reports and feature requests: GitHub Issues.

License

MIT © Yash Kesharwani

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