Skip to content

zhangmo8/vsc-git-panel

Repository files navigation

VSC Git Panel 👀 WIP

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.showStats GitPanel: Show Repository Statistics
git-panel.goToCommit GitPanel: Go to Commit by Hash

License

MIT License © 2025 zhangmo8

Sponsor this project

 

Packages

 
 
 

Contributors