Vscode Pull Request Github Versions Save

GitHub Pull Requests for Visual Studio Code

v0.76.0

7 months ago

0.76.0

Changes

  • Integration with the GitHub Copilot Chat extension provides PR title and description generation.

    GitHub Copilot Chat integration

  • "Project" can be set from the PR description webview.

    Project shown in PR description

  • Pull requests checked out using the GitHub CLI (gh pr checkout) are now recognized.

  • The new "none" value for the setting "githubPullRequests.pullRequestDescription" will cause the title and description of the Create view to be empty by default.

Fixes

v0.74.0

8 months ago

0.74.0

Changes

Fixes

Thank You

v0.72.0

9 months ago

0.72.0

Changes

  • The pull request base in the "Create" view will use the upstream repo as the base if the current branch is a fork.
  • There's a refresh button in the Comments view to immediately refresh comments.

Fixes

Thank You

v0.70.0

10 months ago

0.70.0

Changes

  • The "Create" view has been updated to be less noisy and more useful. Aside from the purely visual changes, the following features have been added:

    • We try to guess the best possible base branch for your PR instead of always using the default branch.
    • You can add reviewers, assignees, labels, and milestones to your PR from the "Create" view.
    • By default, your last "create option" will be remembered (ex. draft or auto merge)
    • The view is much faster.
    • You can view diffs before publishing your branch.
    • Once the branch is published, you can also view commits (this is coming soon for unpublished branches).

    The new create view

  • If you work on a fork of a repository, but don't ever want to know about or make PRs to the parent, you can prevent the upstream remote from being added with the new setting "githubPullRequests.upstreamRemote": "never".

Fixes

Thank You

v0.68.0

11 months ago

0.68.0

Changes

  • Avatars in tree views and comments are circles instead of squares

Circle avatar

  • The old "Suggest Edit" command from the SCM view now directs you to "Suggest a Change" feature introduced in version 0.58.0.
  • Up to 1000 (from the previous 100) comment threads can be loaded in a pull request.
  • The new VS Code API proposal for a read-only message let's you check out a PR directly from an un-checked-out diff.

Read-only PR file message

Fixes

Thank You

v0.66.2

11 months ago

0.66.2

Fixes

  • Use supportHtml for markdown that just cares about coloring spans for showing issue labels.

v0.66.1

1 year ago

0.66.1

Fixes

v0.66.0

1 year ago

0.66.0

Changes

  • We show the same welcome view as the git extension when you open a subfolder of a git repository.

Git subfolder welcome view

  • Improved performance of extension activation, particularly for multi-repo workspaces
  • There are two new actions for viewing diffs of checked out PRs: Compare Base With Pull Request Head (readonly) and Compare Pull Request Head with Local. These actions are available from the PR changes context menu.

Compare changes with commands location

  • The new setting "githubPullRequests.pullPullRequestBranchBeforeCheckout" can be used to turn off pulling a previously checked out PR branch when checking out that same branch again.

Fixes

Thank You

v0.64.0

1 year ago

0.64.0

Changes

  • File level comments can be created from PR files.

File level comments

  • We have an internal rate limit which should help prevent us from hitting GitHub's rate limit.
  • All of the places where you can "Checkout default branch" respect the git setting "git.pullBeforeCheckout".
  • Team reviewers can be added as reviewers to PRs from the PR overview/description. Fetching team reviewers can be slow, so they are only fetched on demand and are then cached until you fetch them on demand again.

Show or refresh team reviewers button

Fixes

Thank You

v0.62.0

1 year ago

0.62.0

Changes

  • Pull requests can be opened on vscode.dev from the Pull Requests view.
  • Collapse state is preserved in the Issues view.
  • There's a new setting to check the "auto-merge" checkbox in the Create view: githubPullRequests.setAutoMerge.

Fixes

Thank You