Skip to content

Releases: microsoft/vscode-pull-request-github

0.40.0

31 Mar 08:39
413742b
Compare
Choose a tag to compare

0.40.0

Changes

  • @user completions works in CODEOWNERS files
  • There is a new setting for "Don't show again" on the notification shown when a branch is published: githubPullRequests.createOnPublishBranch.

Fixes

  • Sorting order of issues in SCM commit box is off. #3365
  • Comments panel - comment appears twice. #3349

0.38.1

10 Mar 15:57
6e43916
Compare
Choose a tag to compare

0.38.1

Fixes

  • The extension got extremely large with v0.38.0. #3392

0.38.0

07 Mar 13:59
565ea1c
Compare
Choose a tag to compare

0.38.0

Changes

  • The Mark File as Viewed and Mark File as Unviewed actions have new icons, and we've generally tried to improve the UX around marking as viewed/unviewed.

    Mark file as viewed UX

Fixes

  • "We couldn't find an open repository for...". #3242
  • Placeholder title when creating a PR does not behave like GitHub website. #2988
  • Github.dev: Weird Default Description When Creating PR. #3316
  • New pull requests on branches off master try to merge into a wrong branch. #3303

0.36.2

17 Feb 12:53
865034e
Compare
Choose a tag to compare

0.36.2

Fixes

  • "The current repository does not have a push remote for..." when trying to create a PR from github.dev. #3309

0.36.1

10 Feb 15:37
ae3028a
Compare
Choose a tag to compare

0.36.1

Fixes

  • After making a change to a PR that was made on a fork the "Files" tree is empty. #3294
  • Commenting ranges often don't show when using github.dev or vscode.dev. #3306

0.36.0

03 Feb 16:32
362d450
Compare
Choose a tag to compare

0.36.0

Changes

  • Pull request loading performance in vscode.dev and github.dev (and to a lesser extension, desktop VS Code) is significantly improved. As part of this:
    • The "changes in pull request" tree shows faster.
    • Individual file diffs are not loaded until the diff is opened.
    • Comments load in with a delay.
  • There is a new setting that can disable review mode for merged and/or closed pull requests.
"githubPullRequests.useReviewMode" {
	"closed": false,
	"merged": true
}
  • Added a "Don't show again" button to the "Do you want to create a pull request" notification to better surface the associated setting.
    Notification with don't show again button
  • There's a new command "Open All Diffs".
  • Comments now show a timestamp using the new VS Code comment timestamp API.

Fixes

  • Markdown content escaped when editing comments. #3254
  • Many spurious user mentions inserted in text. #3257
  • Issues loading forever in folder with git not initialized. #3160
  • Not able to mention people in my code. #3251
  • Losing focus/switching tabs while a comment entered (but not submitted) loses comment. #3200
  • Comments appear being pending instead of submitted. #3232

Thank You

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