Skip to content

Releases: microsoft/vscode-pull-request-github

0.34.0

06 Jan 13:46
36a9204
Compare
Choose a tag to compare

0.34.3

Fixes

  • Extension causes high cpu load. #841

0.34.2

21 Dec 10:31
9dc37c5
Compare
Choose a tag to compare

0.34.2

Fixes

  • Being on a branch with a PR replaces my active editor. #3194

0.34.1

14 Dec 09:54
fb39097
Compare
Choose a tag to compare

0.34.1

Fixes

  • Every time I open a new instance of vscode I'm being prompted to sign in to GitHub. #3165
  • Comments disappearing after exiting review mode. #3173

0.34.0

09 Dec 08:49
413e5bd
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

0.29.1

Fixes

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