A Visual Studio Code extension that helps you easily browse, search, and explore the commit history of your Git repositories.
Usage
Open the command palette and search for "Show Git History" and select it from the options. The history will open in the editor as a responsive webview.
Features
View Git Commit History: Display the commit history of your repository in a searchable table within Visual Studio Code.
Repository & Branch Selection: Easily switch between repositories and branches in multi-root workspaces.
Integration with Source Control: Seamlessly integrates with VS Code’s built-in Git features for a unified workflow.
Persistent State: The webview panel is retained when context is switched, enhancing performance and user experience.
Responsive, Theme-Aware UI: Optimized for performance and usability, with support for both light and dark themes.
Extension Settings
This extension contributes the following settings:
gitHistory.enable: Enable or disable the Git History extension.
gitHistory.showFileHistory: Show file history in the context menu (default: true).