diff --git a/README.md b/README.md index bc5946f..8f7d91e 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,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) - [GitHub](#github) - [Icon Fonts](#icon-fonts) - [Multiple clipboards](#multiple-clipboards) @@ -339,6 +340,15 @@ Features full workbench theming ![](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 + +![](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) + + ### [GitHub](https://marketplace.visualstudio.com/items?itemName=KnisterPeter.vscode-github) > Provides GitHub workflow support. For example browse project, issues, file (the current line), create and manage pull request. Support for other providers (e.g. gitlab or bitbucket) is planned.