From 1acb2f0868c40550fa7387540cd3a5f293dffb13 Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Tue, 30 Nov 2021 19:37:41 +0300 Subject: [PATCH] add GitHub Pull Requests and Issues --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ee1113c..a89f5b2 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Terraform](#terraform) - [GitHub](#github) - [GitHub](#github-1) + - [GitHub Pull Requests and Issues](#github-pull-requests-and-issues) - [GistPad](#gistpad) - [GitHub Actions](#github-actions) - [GitHub Repositories](#github-repositories) @@ -575,6 +576,10 @@ To enable Emmet support in .twig files, you'll need to have the following in you > 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. +## [GitHub Pull Requests and Issues](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github) + +> Review and manage GitHub pull requests and issues + ## [GistPad](https://marketplace.visualstudio.com/items?itemName=vsls-contrib.gistfs) > Allows you to manage GitHub Gists entirely within the editor. You can open, create, delete, fork, star and clone gists, and then seamlessly begin editing files as if they were local. It's like your very own developer library for building and referencing code snippets, commonly used config/scripts, programming-related notes/documentation, and interactive samples.