Skip to content

0.36.0

Compare
Choose a tag to compare
@alexr00 alexr00 released this 03 Feb 16:32
· 1481 commits to main since this release
362d450

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