Skip to content

zhangmo8/vsc-git-panel

Repository files navigation

VSC Git Panel

Inspect by Git History.

A Git viewing tool for the brief introduction version for VS Code.

Just a bare-bones implementation. Many features are not yet fully developed. If there is a real need, you can use GitLens.

Visual Studio Marketplace Version Made with reactive-vscode

📚 Documentation

Configurations

Key Description Type Default
git-panel.history.pageSize Number of commits to load per page in history view number 45
git-panel.history.refreshDebounce Debounce time (ms) for auto-refresh when git changes are detected number 500
git-panel.performance.enableCache Enable caching of git history queries for better performance boolean true
git-panel.performance.cacheTimeout Cache timeout in milliseconds (default: 60 seconds) number 60000
git-panel.search.enableFilePath Enable file path search in history (requires -- separator in search) boolean true

Commands

Command Title
git-panel.history GitPanel: History
git-panel.history.clear GitPanel: Clear Selection
git-panel.history.refresh GitPanel: Refresh History
git-panel.copyHash GitPanel: Copy Commit Hash
git-panel.openCommitOnWeb GitPanel: Open Commit on Web
git-panel.openCommitDiff GitPanel: Open Commit Changes (Diff)
git-panel.showStats GitPanel: Show Repository Statistics
git-panel.goToCommit GitPanel: Go to Commit by Hash
git-panel.backToHead GitPanel: Back to HEAD
git-panel.showFileHistory GitPanel: Show File History
git-panel.showLineHistory GitPanel: Show Line History

License

MIT License © 2025 zhangmo8