From 401a28b0a695124c106d04c346ff13ef9d6b549d Mon Sep 17 00:00:00 2001 From: Brendan O'Leary Date: Mon, 11 Mar 2019 21:03:46 -0400 Subject: [PATCH 1/2] Add GitLab workflow --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 56763a1..49c3ef4 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Git Indicators](#git-indicators) - [GitHub](#github) - [GitHub Pull Request Monitor](#github-pull-request-monitor) + - [GitLab Workflow](#gitlab-workflow) - [Icon Fonts](#icon-fonts) - [Import Cost](#import-cost) - [JS Parameter Annotations](#js-parameter-annotations) @@ -547,6 +548,9 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![GitHub Pull Request Monitor](https://raw.githubusercontent.com/erichbehrens/pull-request-monitor/master/images/statusBarItems.png) +## [GitLab Workflow](https://marketplace.visualstudio.com/items?itemName=fatihacet.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`. + ## [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 0a00adc37fc1f37904f48ad808d9c3da405e18d7 Mon Sep 17 00:00:00 2001 From: Brendan O'Leary Date: Mon, 11 Mar 2019 21:06:56 -0400 Subject: [PATCH 2/2] Add image --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 49c3ef4..1870c42 100644 --- a/README.md +++ b/README.md @@ -551,6 +551,8 @@ To enable Emmet support in .twig files, you'll need to have the following in you ## [GitLab Workflow](https://marketplace.visualstudio.com/items?itemName=fatihacet.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`. +![GitLab Workflow](https://gitlab.com/fatihacet/gitlab-vscode-extension/raw/master/src/assets/_issues-in-vscode.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!