Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

52,817

Downloads of v 0.53.2022101809:

76

Last Update:

19 Oct 2022

Package Maintainer(s):

Software Author(s):

  • Microsoft

Tags:

github pull-requests issues vscode microsoft

GitHub Pull Requests and Issues VSCode Extension

This is not the latest version of GitHub Pull Requests and Issues VSCode Extension available.

  • 1
  • 2
  • 3

0.53.2022101809 | Updated: 19 Oct 2022

Downloads:

52,817

Downloads of v 0.53.2022101809:

76

Maintainer(s):

Software Author(s):

  • Microsoft

GitHub Pull Requests and Issues VSCode Extension 0.53.2022101809

This is not the latest version of GitHub Pull Requests and Issues VSCode Extension available.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Microsoft. The inclusion of Microsoft trademark(s), if any, upon this webpage is solely to identify Microsoft goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

Depends on VS Code

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install GitHub Pull Requests and Issues VSCode Extension, run the following command from the command line or from PowerShell:

>

To upgrade GitHub Pull Requests and Issues VSCode Extension, run the following command from the command line or from PowerShell:

>

To uninstall GitHub Pull Requests and Issues VSCode Extension, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade vscode-pull-request-github -y --source="'INTERNAL REPO URL'" --version="'0.53.2022101809'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade vscode-pull-request-github -y --source="'INTERNAL REPO URL'" --version="'0.53.2022101809'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install vscode-pull-request-github
  win_chocolatey:
    name: vscode-pull-request-github
    version: '0.53.2022101809'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'vscode-pull-request-github' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.53.2022101809'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller vscode-pull-request-github
{
    Name     = "vscode-pull-request-github"
    Version  = "0.53.2022101809"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'vscode-pull-request-github':
  ensure   => '0.53.2022101809',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 21 Oct 2022.

Description

This extension allows you to review and manage GitHub pull requests and issues in Visual Studio Code.

Features

  • Authenticating and connecting VS Code to GitHub.
  • Listing and browsing PRs from within VS Code.
  • Reviewing PRs from within VS Code with in-editor commenting.
  • Validating PRs from within VS Code with easy checkouts.
  • Terminal integration that enables UI and CLIs to co-exist.
  • Listing and browsing issues from within VS Code.
  • Hover cards for "@" mentioned users and for issues.
  • Completion suggestions for users and issues.
  • A "Start working on issue" action which can create a branch for you.
  • Code actions to create issues from "todo" comments.

screenshot

Notes

  • This package requires Visual Studio Code 1.72.0 or newer.
    You can install either the vscode or vscode-insiders package.
  • The extension will be installed in all editions of Visual Studio Code which can be found.
  • While this package installs a specific version of the extension, Visual Studio Code by default will update the extension to the latest version on startup if there's a newer version available on the marketplace.
    See Extension auto-update for instructions on how to disable auto-update.
  • This package is automatically updated using the Chocolatey Automatic Package Update Model (AU).
    If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.

legal\LICENSE.txt
MIT License

Copyright (c) Microsoft Corporation. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
legal\VERIFICATION.txt
VERIFICATION

Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The Visual Code extension has been downloaded from the official Visual Studio Marketplace public gallery
and can be verified by:

1. Go to the Visual Studio Marketplace page for the extension

   https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github

and download the extension GitHub.vscode-pull-request-github-0.53.2022101809.vsix using the Download Extension link
in the Resources section of the sidebar.

Alternatively the package can be downloaded directly from

  https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.53.2022101809/vspackage

2. The extension can be validated by comparing checksums
  - Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.53.2022101809.vsix
  - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.53.2022101809.vsix

  Type:     sha256
  Checksum: C231870FF336A01B80D118EAAA3ECDF46B776BDC0D7935B528FD1952EEC04052

  Contents of LICENSE.txt is obtained from https://github.com/microsoft/vscode-pull-request-github/blob/master/LICENSE
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.53.2022101809.vsix"
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop'

Uninstall-VsCodeExtension -extensionId 'GitHub.vscode-pull-request-github'
tools\GitHub.vscode-pull-request-github-0.53.2022101809.vsix
md5: 8C2468824317F06B196ECA614AFC7904 | sha1: C08846BB69D489436302EEE388DE40C9D3C54DC6 | sha256: C231870FF336A01B80D118EAAA3ECDF46B776BDC0D7935B528FD1952EEC04052 | sha512: 46DFC40C2ADBDC5475CD45B3F918463316063D65C0D0BC2E6BFFC9536881381D9211805714628AF45044811DCD30AF94E539B245F538546DBD708271D8D161F2

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
GitHub Pull Requests and Issues VSCode Extension 0.107.2025031104 378 Wednesday, March 12, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.107.2025030604 1111 Friday, March 7, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.107.2025030515 12 Thursday, March 6, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.105.2025022704 1438 Thursday, February 27, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.105.2025022504 351 Tuesday, February 25, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.105.2025022404 305 Monday, February 24, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.105.2025022004 732 Friday, February 21, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.105.2025021904 274 Thursday, February 20, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.105.2025021804 744 Wednesday, February 19, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.105.2025021704 308 Monday, February 17, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.105.2025021304 341 Friday, February 14, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.105.2025021214 591 Thursday, February 13, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.105.2025021010 597 Tuesday, February 11, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.105.2025020615 538 Friday, February 7, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.103.2025013109 1471 Saturday, February 1, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.103.2025013011 18 Friday, January 31, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.103.2025012904 111 Thursday, January 30, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.103.2025012804 601 Wednesday, January 29, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.103.2025012704 316 Tuesday, January 28, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.103.2025012304 872 Friday, January 24, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.103.2025012204 369 Thursday, January 23, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.103.2025012121 177 Wednesday, January 22, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.103.2025012004 240 Tuesday, January 21, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.103.2025011604 672 Friday, January 17, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.103.2025011504 29 Thursday, January 16, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.103.2025011404 425 Wednesday, January 15, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.103.2025011304 304 Tuesday, January 14, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.103.2025010904 707 Friday, January 10, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.103.2025010804 528 Thursday, January 9, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.103.2025010704 54 Wednesday, January 8, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.103.2025010610 285 Tuesday, January 7, 2025 Approved
GitHub Pull Requests and Issues VSCode Extension 0.103.2024121904 1620 Friday, December 20, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.103.2024121804 559 Thursday, December 19, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.103.2024121716 55 Wednesday, December 18, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.103.2024121117 1018 Thursday, December 12, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.101.2024120916 696 Tuesday, December 10, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.101.2024120612 591 Saturday, December 7, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.101.2024120504 36 Friday, December 6, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.101.2024120404 225 Thursday, December 5, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.101.2024120304 543 Wednesday, December 4, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.101.2024120204 115 Tuesday, December 3, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.101.2024112804 828 Friday, November 29, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.101.2024112704 30 Thursday, November 28, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.101.2024112604 395 Wednesday, November 27, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.101.2024112504 295 Tuesday, November 26, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.101.2024112104 1129 Thursday, November 21, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.101.2024111911 307 Wednesday, November 20, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.101.2024111810 325 Tuesday, November 19, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.101.2024111404 726 Friday, November 15, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.101.2024111304 55 Thursday, November 14, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.101.2024111204 617 Wednesday, November 13, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.101.2024111104 338 Tuesday, November 12, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.101.2024110711 887 Friday, November 8, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.101.2024110504 301 Wednesday, November 6, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.101.2024110404 305 Tuesday, November 5, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.101.2024103104 580 Friday, November 1, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.101.2024103004 39 Thursday, October 31, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.101.2024102916 89 Wednesday, October 30, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.99.2024102513 489 Saturday, October 26, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.99.2024102413 838 Friday, October 25, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.99.2024102304 530 Thursday, October 24, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.99.2024102213 38 Wednesday, October 23, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.99.2024102115 650 Tuesday, October 22, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.99.2024101808 459 Saturday, October 19, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.99.2024101704 219 Friday, October 18, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.99.2024101608 283 Thursday, October 17, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.99.2024101504 38 Wednesday, October 16, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.99.2024101404 336 Tuesday, October 15, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.99.2024101004 709 Friday, October 11, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.99.2024100904 520 Thursday, October 10, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.99.2024100804 343 Wednesday, October 9, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.99.2024100704 337 Tuesday, October 8, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.99.2024100313 794 Friday, October 4, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.97.2024092604 297 Friday, September 27, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.97.2024092504 53 Thursday, September 26, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.97.2024092404 42 Wednesday, September 25, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.97.2024092304 32 Tuesday, September 24, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.97.2024091904 49 Friday, September 20, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.97.2024091804 46 Thursday, September 19, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.97.2024091704 46 Wednesday, September 18, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.97.2024091604 36 Tuesday, September 17, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.97.2024091204 64 Friday, September 13, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.97.2024091104 31 Thursday, September 12, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.97.2024090514 91 Friday, September 6, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.95.2024090313 79 Wednesday, September 4, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.95.2024082904 59 Friday, August 30, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.95.2024082804 54 Thursday, August 29, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.95.2024082704 44 Wednesday, August 28, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.95.2024082604 38 Tuesday, August 27, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.95.2024082204 48 Friday, August 23, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.95.2024082104 46 Thursday, August 22, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.95.2024082004 41 Wednesday, August 21, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.95.2024081904 33 Tuesday, August 20, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.95.2024081504 66 Friday, August 16, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.95.2024081404 49 Thursday, August 15, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.95.2024081304 39 Wednesday, August 14, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.95.2024081204 56 Tuesday, August 13, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.95.2024080804 60 Friday, August 9, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.95.2024080708 38 Thursday, August 8, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.95.2024080604 42 Wednesday, August 7, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.95.2024080509 41 Tuesday, August 6, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.95.2024080212 48 Saturday, August 3, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.93.2024072609 94 Saturday, July 27, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.93.2024072504 38 Friday, July 26, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.93.2024072411 42 Thursday, July 25, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.93.2024072304 63 Wednesday, July 24, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.93.2024072204 45 Tuesday, July 23, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.93.2024071908 57 Saturday, July 20, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.93.2024071804 43 Friday, July 19, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.93.2024071704 60 Thursday, July 18, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.93.2024071604 44 Wednesday, July 17, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.93.2024071504 45 Tuesday, July 16, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.93.2024071104 55 Friday, July 12, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.93.2024071004 42 Thursday, July 11, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.93.2024070904 43 Wednesday, July 10, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.93.2024070804 42 Tuesday, July 9, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.93.2024070409 58 Friday, July 5, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.93.2024070315 42 Thursday, July 4, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.91.2024062808 68 Saturday, June 29, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.91.2024062704 44 Friday, June 28, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.91.2024062604 53 Thursday, June 27, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.91.2024062509 48 Wednesday, June 26, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.91.2024062404 46 Tuesday, June 25, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.91.2024062004 70 Friday, June 21, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.91.2024061904 50 Thursday, June 20, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.91.2024061804 39 Wednesday, June 19, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.91.2024061713 49 Tuesday, June 18, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.89.2024053108 257 Saturday, June 1, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.89.2024053013 45 Friday, May 31, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.89.2024052904 60 Thursday, May 30, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.89.2024052804 69 Wednesday, May 29, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.89.2024052704 54 Monday, May 27, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.89.2024051504 182 Sunday, May 19, 2024 Approved
GitHub Pull Requests and Issues VSCode Extension 0.61.2023030915 468 Sunday, March 12, 2023 Approved
GitHub Pull Requests and Issues VSCode Extension 0.61.2023030709 59 Thursday, March 9, 2023 Approved
GitHub Pull Requests and Issues VSCode Extension 0.59.2023030209 82 Sunday, March 5, 2023 Approved
GitHub Pull Requests and Issues VSCode Extension 0.59.2023022709 79 Tuesday, February 28, 2023 Approved
GitHub Pull Requests and Issues VSCode Extension 0.59.2023022411 88 Saturday, February 25, 2023 Approved
GitHub Pull Requests and Issues VSCode Extension 0.59.2023022209 61 Thursday, February 23, 2023 Approved
GitHub Pull Requests and Issues VSCode Extension 0.59.2023022109 71 Wednesday, February 22, 2023 Approved
GitHub Pull Requests and Issues VSCode Extension 0.59.2023021609 89 Friday, February 17, 2023 Approved
GitHub Pull Requests and Issues VSCode Extension 0.59.2023021509 72 Thursday, February 16, 2023 Approved
GitHub Pull Requests and Issues VSCode Extension 0.59.2023020909 87 Friday, February 10, 2023 Approved
GitHub Pull Requests and Issues VSCode Extension 0.59.2023020709 81 Wednesday, February 8, 2023 Approved
GitHub Pull Requests and Issues VSCode Extension 0.59.2023020609 69 Tuesday, February 7, 2023 Approved
GitHub Pull Requests and Issues VSCode Extension 0.59.2023020215 81 Friday, February 3, 2023 Approved
GitHub Pull Requests and Issues VSCode Extension 0.57.2023012612 81 Friday, January 27, 2023 Approved
GitHub Pull Requests and Issues VSCode Extension 0.57.2023012309 101 Tuesday, January 24, 2023 Approved
GitHub Pull Requests and Issues VSCode Extension 0.57.2023011911 72 Friday, January 20, 2023 Approved
GitHub Pull Requests and Issues VSCode Extension 0.57.2023011709 66 Thursday, January 19, 2023 Approved
GitHub Pull Requests and Issues VSCode Extension 0.57.2023011213 84 Friday, January 13, 2023 Approved
GitHub Pull Requests and Issues VSCode Extension 0.57.2023010409 87 Friday, January 6, 2023 Approved
GitHub Pull Requests and Issues VSCode Extension 0.57.2022122909 80 Friday, December 30, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.57.2022122609 69 Tuesday, December 27, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.57.2022122313 68 Saturday, December 24, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.57.2022121916 71 Tuesday, December 20, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.57.2022121509 69 Friday, December 16, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.57.2022120809 81 Saturday, December 10, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.57.2022120716 81 Thursday, December 8, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.55.2022120609 73 Wednesday, December 7, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.55.2022120509 82 Tuesday, December 6, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.55.2022120109 65 Sunday, December 4, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.55.2022113009 65 Thursday, December 1, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.55.2022112809 65 Tuesday, November 29, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.55.2022112511 75 Saturday, November 26, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.55.2022112309 73 Thursday, November 24, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.55.2022112112 67 Tuesday, November 22, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.55.2022111609 76 Friday, November 18, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.55.2022111409 71 Tuesday, November 15, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.55.2022111015 82 Friday, November 11, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.55.2022110809 70 Wednesday, November 9, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.55.2022110309 76 Saturday, November 5, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.53.2022103109 78 Tuesday, November 1, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.53.2022102820 63 Sunday, October 30, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.53.2022102609 70 Thursday, October 27, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.53.2022102420 75 Tuesday, October 25, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.53.2022102118 78 Saturday, October 22, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.53.2022102009 68 Friday, October 21, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.53.2022101809 76 Wednesday, October 19, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.53.2022101718 66 Tuesday, October 18, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.53.2022101310 82 Saturday, October 15, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.53.2022100609 79 Saturday, October 8, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.51.2022100309 69 Tuesday, October 4, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.51.2022092909 68 Monday, October 3, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.51.2022092609 73 Tuesday, September 27, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.51.2022092209 87 Friday, September 23, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.51.2022092009 79 Wednesday, September 21, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.51.2022091909 79 Monday, September 19, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.51.2022091615 77 Saturday, September 17, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.51.2022091309 86 Thursday, September 15, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.51.2022090809 86 Friday, September 9, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.51.2022090509 78 Monday, September 5, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.51.2022090109 72 Sunday, September 4, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.49.2022082509 87 Friday, August 26, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.49.2022082409 85 Thursday, August 25, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.49.2022081809 90 Sunday, August 21, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.49.2022081109 82 Friday, August 12, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.49.2022080809 80 Tuesday, August 9, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.49.2022080416 85 Sunday, August 7, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.47.2022080211 80 Wednesday, August 3, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.47.2022072109 108 Saturday, July 23, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.47.2022071415 91 Friday, July 15, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.47.2022071309 80 Thursday, July 14, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.47.2022071109 86 Monday, July 11, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.47.2022070709 86 Saturday, July 9, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.47.2022070612 103 Wednesday, July 6, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.45.2022063009 94 Friday, July 1, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.45.2022062309 87 Friday, June 24, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.45.2022062209 83 Thursday, June 23, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.45.2022062009 87 Tuesday, June 21, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.45.2022061609 85 Saturday, June 18, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.45.2022061309 82 Tuesday, June 14, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.45.2022060915 82 Friday, June 10, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.43.2022060209 98 Friday, June 3, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.43.2022052509 95 Friday, May 27, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.43.2022051909 95 Friday, May 20, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.43.2022051709 99 Thursday, May 19, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.43.2022051609 89 Tuesday, May 17, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.43.2022051220 90 Friday, May 13, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.43.2022050913 87 Tuesday, May 10, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.43.2022050511 88 Friday, May 6, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.41.2022042909 91 Monday, May 2, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.41.2022042709 98 Thursday, April 28, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.41.2022042609 83 Wednesday, April 27, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.41.2022042109 89 Saturday, April 23, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.41.2022041309 97 Wednesday, April 20, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.41.2022041109 108 Tuesday, April 12, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.41.2022040609 90 Thursday, April 7, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.41.2022040409 90 Monday, April 4, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.41.2022033109 83 Sunday, April 3, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.39.2022032912 103 Wednesday, March 30, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.39.2022032809 88 Tuesday, March 29, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.39.2022032409 109 Friday, March 25, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.39.2022032209 93 Wednesday, March 23, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.39.2022032109 91 Tuesday, March 22, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.39.2022031709 89 Sunday, March 20, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.39.2022031409 85 Monday, March 14, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.39.2022031015 89 Friday, March 11, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.37.2022030309 145 Saturday, March 5, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.37.2022022811 130 Monday, February 28, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.37.2022022309 106 Thursday, February 24, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.37.2022021709 83 Saturday, February 19, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.37.2022021609 99 Thursday, February 17, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.35.2022012509 139 Wednesday, January 26, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.35.2022011909 113 Thursday, January 20, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.35.2022010609 110 Saturday, January 8, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.35.2021123010 104 Saturday, January 1, 2022 Approved
GitHub Pull Requests and Issues VSCode Extension 0.35.2021122710 102 Tuesday, December 28, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.35.2021122309 110 Friday, December 24, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.35.2021121609 84 Saturday, December 18, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.35.2021121309 98 Tuesday, December 14, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.35.2021121012 95 Saturday, December 11, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.35.2021120909 96 Friday, December 10, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.33.2021120709 90 Wednesday, December 8, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.33.2021120609 90 Tuesday, December 7, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.33.2021120309 105 Saturday, December 4, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.33.2021120110 97 Thursday, December 2, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.33.2021112917 156 Tuesday, November 30, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.32.0 148 Saturday, November 6, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.31.1 102 Wednesday, October 20, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.31.0 107 Friday, October 8, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.30.0 114 Thursday, September 2, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.29.2 121 Saturday, August 14, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.29.1 108 Thursday, August 12, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.29.0 107 Thursday, August 5, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.28.0 115 Thursday, July 8, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.27.1 111 Friday, June 18, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.27.0 116 Saturday, June 12, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.26.0 194 Friday, May 7, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.25.1 133 Wednesday, April 14, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.25.0 123 Friday, April 2, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.24.0 153 Saturday, March 6, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.23.1 153 Friday, February 12, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.23.0 132 Friday, February 5, 2021 Approved
GitHub Pull Requests and Issues VSCode Extension 0.22.0 192 Saturday, December 12, 2020 Approved
GitHub Pull Requests and Issues VSCode Extension 0.21.4 154 Wednesday, December 2, 2020 Approved
GitHub Pull Requests and Issues VSCode Extension 0.21.3 188 Saturday, November 21, 2020 Approved
GitHub Pull Requests and Issues VSCode Extension 0.21.0 144 Friday, November 6, 2020 Approved
GitHub Pull Requests and Issues VSCode Extension 0.20.1 182 Tuesday, October 6, 2020 Approved
GitHub Pull Requests and Issues VSCode Extension 0.20.0 163 Saturday, September 12, 2020 Approved
GitHub Pull Requests and Issues VSCode Extension 0.19.0 155 Friday, August 14, 2020 Approved
GitHub Pull Requests and Issues VSCode Extension 0.18.1 161 Thursday, July 23, 2020 Approved
GitHub Pull Requests and Issues VSCode Extension 0.18.0 142 Wednesday, July 22, 2020 Approved
GitHub Pull Requests and Issues VSCode Extension 0.17.0 179 Monday, June 22, 2020 Approved
Discussion for the GitHub Pull Requests and Issues VSCode Extension Package

Ground Rules:

  • This discussion is only about GitHub Pull Requests and Issues VSCode Extension and the GitHub Pull Requests and Issues VSCode Extension package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or GitHub Pull Requests and Issues VSCode Extension, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus