From fcd5e8016be099a58dde2cb3c5c921423c8a5e8e Mon Sep 17 00:00:00 2001 From: lamartire Date: Thu, 18 May 2017 09:48:20 +0300 Subject: [PATCH 1/2] Add git-indicators --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2a3c731..468d7b0 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Git Project Manager](#git-project-manager) - [GitLink](#gitlink) - [GitLens](#gitlens) + - [Git Indicators](#gitindicators) - [Icon Fonts](#icon-fonts) - [Multiple clipboards](#multiple-clipboards) - [Path IntelliSense](#path-intellisense) @@ -240,6 +241,10 @@ If you're feeling brave, there are at least two custom UIs for VS Code: ![](https://raw.githubusercontent.com/eamodio/vscode-git-codelens/master/images/gitlens-preview1.gif) +### [Git Indicators](https://marketplace.visualstudio.com/items?itemName=lamartire.git-indicators) + +> Atom like git indicators on active panel + ### [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! From b71757dd2c9e582a1ac258cd3c9b8380a5116fd1 Mon Sep 17 00:00:00 2001 From: lamartire Date: Tue, 10 Oct 2017 16:53:47 +0300 Subject: [PATCH 2/2] Update git indicator demo (replace gif by png screenshots with all states of indicators) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 468d7b0..92d80c9 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,10 @@ If you're feeling brave, there are at least two custom UIs for VS Code: > Atom like git indicators on active panel +![](https://raw.githubusercontent.com/lamartire/vscode-git-indicators/master/preview/added.png) +![](https://raw.githubusercontent.com/lamartire/vscode-git-indicators/master/preview/removed.png) +![](https://raw.githubusercontent.com/lamartire/vscode-git-indicators/master/preview/modified.png) + ### [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!