From 8bacba10a13d32306c457666fd26d5d31d5d2b33 Mon Sep 17 00:00:00 2001 From: Erich Behrens Date: Sun, 6 May 2018 11:41:12 +0200 Subject: [PATCH 1/2] Add GitHub Pull Request Monitor --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 33d6481..1c1caa1 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [GitLens](#gitlens) - [Git Indicators](#gitindicators) - [GitHub](#github) + - [GitHub Pull Request Monitor](#github-pull-request-monitor) - [Icon Fonts](#icon-fonts) - [Live Server](#live-server) - [Multiple clipboards](#multiple-clipboards) @@ -372,6 +373,11 @@ To enable Emmet support in .twig files, you'll need to have the following in you > Have a look at the [README.md](https://github.com/KnisterPeter/vscode-github/blob/master/README.md) on how to get started with the setup for this extension. +## [GitHub Pull Request Monitor](https://marketplace.visualstudio.com/items?itemName=erichbehrens.pull-request-monitor) +> This extension uses the GitHub api to monitor the state of your pull requests and let you know when it's time to merge or if someone requested changes. + +![GitHub Pull Request Monitor](https://raw.githubusercontent.com/erichbehrens/pull-request-monitor/master/images/statusBarItems.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! From 9af0aa89d8562373167b9faa105027f124907ef6 Mon Sep 17 00:00:00 2001 From: Erich Behrens Date: Sun, 6 May 2018 12:42:05 +0200 Subject: [PATCH 2/2] Fix url redirect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c1caa1..831f5cc 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ## Go -- [Go](https://marketplace.visualstudio.com/items?itemName=lukehoban.Go) - Rich language support for the Go language. +- [Go](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go) - Rich language support for the Go language. ## Haskell