This commit is contained in:
Miguel Soares 2023-08-11 00:48:32 +02:00 committed by GitHub
commit 8e75915651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,7 @@ out <a href="https://github.com/sindresorhus/awesome">awesome</a>.
- [GitLink](#gitlink)
- [GitLens](#gitlens)
- [Git Indicators](#git-indicators)
- [GitoCommito](#gitocommito)
- [GitLab Workflow](#gitlab-workflow)
- [Gradle Tasks](#gradle-tasks)
- [Icon Fonts](#icon-fonts)
@ -744,6 +745,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`.