Skip to content

0.48.0

Compare
Choose a tag to compare
@alexr00 alexr00 released this 04 Aug 17:02
· 1282 commits to main since this release
4da9d4b

0.48.0

Changes

  • The changes since last review button will appear on PRs to which a commit has been pushed since the viewers review. Pressing it will only show the diffs for the commits since the review.

    Changes since last review

  • Milestones can be created directly from the add milestone dropdown.

  • The setting githubPullRequests.pullRequestDescription has been brought back from being deprecated.

  • githubPullRequests.pullBranch can be used to configure whether to be prompted to pull changes when a change in a PR is detected.

  • The new Commit & Create Pull Request action in the git SCM view let's you commit and go to the "Create PR" view in one click.

    Commit and Create Pull Request action

Fixes

  • Improve performance of expanding a PR in the "Pull Requests" view. #3684
  • Performance: Delay in showing Assignee quick open. #3728
  • Apply patch feature bugs. #3722
  • Show a notification when there are 2 signed in GitHub accounts. #3693
  • Only first 30 files per PR show in the "Pull Requests" view on vscode.dev. #3682
  • "Upgrade" Pull request diffs opened from the "Pull Requests" view after the PR is checked out. #3631