From d47452b18b1ed1eb23e87cdabb8e9f752cf39f3c Mon Sep 17 00:00:00 2001 From: zemmsoares Date: Fri, 7 Jul 2023 23:14:33 +0100 Subject: [PATCH] feat: :sparkles: Add GitoCommito extension to the awesome list --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index da2ec96..00b97d6 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ out awesome. - [GitLink](#gitlink) - [GitLens](#gitlens) - [Git Indicators](#git-indicators) + - [GitoCommito](#gitocommito) - [GitLab Workflow](#gitlab-workflow) - [Gradle Tasks](#gradle-tasks) - [Icon Fonts](#icon-fonts) @@ -723,6 +724,12 @@ Example of toggling `typescript.inlayHints.functionLikeReturnTypes.enabled` by s ![git removed indicator screenshot](https://raw.githubusercontent.com/lamartire/vscode-git-indicators/master/preview/removed.png) ![git modified indicator screenshot](https://raw.githubusercontent.com/lamartire/vscode-git-indicators/master/preview/modified.png) +## [GitoCommito](https://marketplace.visualstudio.com/items?itemName=mvalente.gitocommito) + +> Generate Commit Messaged based on staged changes + +![git added indicator screenshot](https://raw.githubusercontent.com/miguelvalente/gitocommito/master/assets/GitoCommito.gif) + ## [GitLab Workflow](https://marketplace.visualstudio.com/items?itemName=gitlab.gitlab-workflow) > Adds a GitLab sidebar icon to view issues, merge requests and other GitLab resources. You can also view the results of your GitLab CI/CD pipeline and check the syntax of your `.gitlab-ci.yml`.