add GitHub Pull Requests and Issues

This commit is contained in:
Vitaly Turovsky 2021-11-30 19:37:41 +03:00
parent 5602aaef47
commit 1acb2f0868
1 changed files with 5 additions and 0 deletions

View File

@ -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.