Skip to content

Releases: microsoft/vscode-pull-request-github

0.34.0

09 Dec 08:49
413e5bd

Choose a tag to compare

0.34.0

Changes

  • This extension now supports pre-releases using VS Code's built in pre-release feature. Version 0.33.0 was skipped to support this.

Extension pre-release support

  • Support for opening a pull request by number.
  • The default issue query now includes recent issues to help with issue completions.
  • Create PR button no longer shows if there is already a PR.
  • Git file status colors are now used for PR files.

Git change colors for PR files

Fixes

  • Fails to load pull requests when using ssh.github.com for ssh over https. #3052
  • vscode.dev/github.dev: Support .github/pull_request_template.md when creating a PR within vscode. #3055
  • quote reply doesn't handle nested replies. #3059
  • Don't show hover cards for @-mentioned users when related to JSDoc. #2498
  • Edit PR title, does not (auto) update title of PR in treeview (PR in list on left side). #2299

Thank You

0.32.0

04 Nov 10:04
a513d5c

Choose a tag to compare

0.32.0

Changes

  • Action to navigate directly to pull request query in settings.json

Navigate to pull request query

Fixes

  • Cannot set branch tile when starting working on an issue despite useBranchForIssues=prompt. #3032
  • No issue hovers in code editor. #3013
  • Pending checks section is empty. #2949

Thank You

0.31.1

19 Oct 15:43
bf07d8b

Choose a tag to compare

0.31.1

Fixes

  • Don't ask for auth upon activation. #3044

0.31.0

07 Oct 19:53
d645f5e

Choose a tag to compare

0.31.0

Changes

  • Variable in settings for lowercase branch names when working on an issue
{
  "githubIssues.issueBranchTitle": "${sanitizedLowercaseIssueTitle}"
}

Fixes

  • issueBranchTitle not Working as Expected. #2259
  • Skipped status check is shown as pending. #2580

Thank You

0.30.0

01 Sep 07:31
aab3d0d

Choose a tag to compare

0.30.0

Changes

  • All comments can be collapsed using the UI.

Collapse all comments UI button

  • All comments can be expanded and collapsed via the commands GitHub Pull Requests: Expand All Comments and GitHub Pull Requests: Collapse All Comments.
  • The expand/collapse state of pull request comments can be set with the setting githubPullRequests.commentExpandState.
  • Adopted the new multiling string support for settings.

Multiline setting

  • Improved the language on the sidebar view to better indicate that you can submit a review.

Fixes

  • Copy GitHub Permalink is missing line info. #2924
  • Old image version is not shown when viewing a checked-out pull request change for an image. #2914
  • Extension asks to create pull request when remote is not github. #2879
  • Edits to comments on PRs not being applied. #2869
  • Could not resolve conversation on old PR. #2857
  • Issue queries have the wrong owner. #2836
  • PR description should auto fill when the PR is a single commit. #2540

Thank You

0.29.2

13 Aug 12:12
3b43171

Choose a tag to compare

0.29.2

Fixes

  • Fix Copy Permalink commands for github.dev. #2903

0.29.1

11 Aug 08:57
fc1867c

Choose a tag to compare

0.29.1

Fixes

  • Do not preload mentionable users when a PR isn't checked out. #2892

0.29.0

04 Aug 09:22
77fe1b1

Choose a tag to compare

0.29.0

Changes

  • "Start working" on an issue has been expanded to let you work on issues outside of the repo you currently have open.
  • Improved UX for merged PRs in the sidebar view.

Merged PR sidebar view

Fixes

  • Comments can be deleted from the overview path. #2855
  • Comments no longer get stuck "pending". #2822
  • Comments are visible in diffs opened from the commits file view. #2688
  • "Webview is disposed" error is fixed. #2444

Thank You

0.28.0

08 Jul 14:14
7af0261

Choose a tag to compare

0.28.0

Changes

  • Status bar entries use the new createStatusBarItem API to show better names.

Status bar name

Fixes

  • Placeholder avatar is shown correctly with GitHub Enterprise. #2771
  • Error messages no longer shown when there's a non-GitHub remote. #2768
  • Copying a permalink doesn't require sign in. #2761
  • There's a new timeout for listing branches so that repositories with many branches don't hang. #2753
  • "There are updates" notification is shown less often and can be permanently hidden. #2628
  • And more!

Thank You

0.27.1

17 Jun 14:42
510cc11

Choose a tag to compare

  • Fix links in the readme for the marketplace: #2769