From ed3e92e23ca836379f56896958812fa0b6bcff3d Mon Sep 17 00:00:00 2001 From: Jerry Batorski Date: Mon, 9 Jan 2017 14:45:03 -0600 Subject: [PATCH] Add GitLens extension --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index eb88197..13699af 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,12 @@ However, this extension allow you to do it by patching VS code, until it's imple ![](https://raw.githubusercontent.com/qinezh/vscode-gitlink/master/images/how_to_use_it.gif) +### [GitLens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens) + +> Provides Git CodeLens information (most recent commit, # of authors), on-demand inline blame annotations, status bar blame information, file and blame history explorers, and commands to compare changes with the working tree or previous versions. + +![](https://raw.githubusercontent.com/eamodio/vscode-git-codelens/master/images/preview-gitlens.gif) + ### [Icon Fonts](https://marketplace.visualstudio.com/items?itemName=idleberg.icon-fonts) > Snippets for popular icon fonts such as Font Awesome, Ionicons, Glyphicons, Octicons, Material Design Icons and many more!