Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>GitSavvyNew to Visual Studio Code? Get it now.
GitSavvy

GitSavvy

srggrs-labs

| (0) | Free
GitSavvy-style git integration for VSCode/VSCodium. Git terminal-like interface within VSCode/VSCodium
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

GitSavvy for VS Code

An adaptation of GitSavvy (Sublime Text) to Visual Studio Code. Keyboard-driven git integration with a plain-text status dashboard.

Features

Status Dashboard — opens as an editor tab showing your repo's staged, unstaged, and untracked files in a Sublime GitSavvy-style layout:

BRANCH: main
HEAD:   abc1234 Fix the thing

## staged files

   M src/app.ts
   A src/utils.ts

## unstaged files

   M src/index.ts

## untracked files

   ? README.md
   ? .gitignore

─────────────────────────────────
s: stage  u: unstage  d: diff  Enter: open  r: refresh

Keyboard Shortcuts

Key Action
j / k / arrows Navigate files
s Stage file
u Unstage file
d Open VS Code diff
Enter Open file
Tab Cycle between sections
r Refresh status

Auto-refresh

The dashboard automatically updates when the git index changes — staging or unstaging files from the terminal, other extensions, or any other tool is reflected immediately.

Usage

  1. Open a git repository in VS Code
  2. Open the command palette (Ctrl+Shift+P / Cmd+Shift+P)
  3. Run "GitSavvy: Open Status Dashboard"

Architecture

  • Vanilla WebView — plain HTML/CSS/JS, no framework. Uses VS Code CSS variables for native theming.
  • Git CLI — all git operations via child_process.spawn (same approach as the original GitSavvy).
  • Webview Panel — the dashboard opens via vscode.window.createWebviewPanel, and can be revealed/reopened as a panel-based view.

Contributing

See CONTRIBUTING.md for setup, building, testing, and project structure.

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft