Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the vscode GitHub Pull Request plugin #640

Merged
merged 3 commits into from
Oct 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions v3/plugins/ms-vscode/vscode-github-pullrequest/0.20.0/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
publisher: ms-vscode
apiVersion: v2
name: vscode-github-pullrequest
version: 0.20.0
type: VS Code extension
displayName: GitHub Pull Requests and issues
title: Pull Request Provider for GitHub.
description: This extension allows you to review and manage GitHub pull requests and issues.
icon: https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/0.20.0/resources/icons/github_logo.png
repository: https://github.com/microsoft/vscode-pull-request-github
ericwill marked this conversation as resolved.
Show resolved Hide resolved
category: Other
firstPublicationDate: '2020-10-8'
spec:
extensions:
- https://github.com/microsoft/vscode-pull-request-github/releases/download/0.20.0/vscode-pull-request-github-0.20.0.vsix
2 changes: 1 addition & 1 deletion v3/plugins/ms-vscode/vscode-github-pullrequest/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.20.0
2 changes: 1 addition & 1 deletion vscode-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
},
{
"repository": "https://github.com/microsoft/vscode-pull-request-github",
"revision": "v0.8.0"
"revision": "0.20.0"
},
{
"repository": "https://github.com/Microsoft/vscode-python",
Expand Down