Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>gitkNew to Visual Studio Code? Get it now.
gitk

gitk

Howard.Zuo

|
33,440 installs
| (3) | Free
show commit log for selected source code information in an individual view
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-gitk

vscode version

Show git commit log for selected source code information in an individual view

Install

Launch VS Code Quick Open (cmd/ctrl + p), paste the following command, and press enter.

ext install gitk

Usage

I assume you have git installed.

vscode-gitk will log your selected document, and display log information into a separate view

Configuration

{
  "gitk.fontFamily": "monospace", //font you preferred for the gitk view
  "gitk.colors": { // colors you want to re-define for gitk
    "hash": "red",
    "message": "blue",
    "author": "orange",
    "date": "white",
    "defaultDetail": "pink"
  }
}

Change Log

2019-12-18

  1. colors can be configured by setting gitk.colors

2017-07-24

  1. add whole repository Gitk for Repository support

LICENSE

GPL v3 License

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