Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Git Blame W77 ForkNew to Visual Studio Code? Get it now.
Git Blame W77 Fork

Git Blame W77 Fork

vst

|
90 installs
| (0) | Free
It is an extension for VS code, which can show git blame in editor and can run git gui blame.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Git Blame W77 Fork

Description

forked from https://github.com/wojtek77/git-blame-w77 , adjusted the display style according to my own needs. It is an extension for VS code, which can show git blame in editor and can run git gui blame.

How to use

  1. Press Alt + B on the text editor to show or hide the blame decoration
  2. To see details of commit hover mouse on the decoration (the option "editor.hover.enabled" have to be enabled)
  3. Press Ctrl + Alt + B on the text editor to run Git Gui Blame For Line
  4. Press Ctrl + Shift + B on the text editor to run Git Gui Blame For File

Git Blame screeshot 1

Git Blame screeshot 2

Commands

name description keybinding
gitBlameW77.toggleBlameDecoration Toggle Blame Decoration alt + b
gitBlameW77.runGitGuiBlameForHash Run Git Gui Blame For Line (hash) ctrl + alt + b
gitBlameW77.runGitGuiBlameForFile Run Git Gui Blame For File ctrl + shift + b

Configuration

name description
gitBlameW77.colors Specifies colors for the blame decoration.
    // default colors
    "gitBlameW77.colors": [
        "#17a7ea",
        "#43a965",
        "#ba9286",
        "#cfa84e",
        "#bd6ab9",
        "#8f74e0",
        "#3187f0",
        "#e58965",
        "#e66e84",
        "#7a82da"
    ],

    // gray colors
    "gitBlameW77.colors": [
        "#999",
        "#666"
    ],
    
    // one color "editor.foreground" from theme
    "gitBlameW77.colors": [
    ],

Other

Colors made by Bluloco Dark Theme and Bluloco Dark Muted W77

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