Skip to content

0.58.0

Compare
Choose a tag to compare
@alexr00 alexr00 released this 02 Feb 15:54
· 983 commits to main since this release
38bb90c

0.58.0

Changes

  • Changes can be suggested and accepted from within editor comments

Suggest a Change

  • The setting githubPullRequests.defaultCommentType controls whether the default comment type is a single comment or a review comment.
  • "githubPullRequests.postCreate": "checkoutDefaultBranch" will cause the default branch to be checked out after creating a PR.
  • Section headings (assignees, reviewers, lables, and milestones) are clickable in the PR overview.
  • The commands pr.openModifiedFile pr.openDiffView can be executed with a keyboard shortcut on the active file.
  • GitHub handles in comments are now linkified.
  • Setting "githubPullRequests.createDraft": true will make created PRs default to drafts.
  • Permalinks can be created for non-text, rendered, files.
  • Labels can be added to PRs at creation time

Create a PR with labels

  • A progress notification shows during PR creation.
  • Branches and remotes for PRs that are made from a fork and are checked out from the "Pull Requests" view will be automatically cleaned up when the default branch is checked out using the "Checkout default branch" button.
  • An experimental setting githubPullRequests.experimental.quickDiff will show the quick diff widget in the editor gutter for changed lines in a checked out PR.

Fixes

  • Using the enter key while renaming a PR should save the title. #4402
  • JSDoc hover for @return shows GHPRI username hover. #4344
  • Some text is not visible in high contrast mode. #4287
  • Empty diff view after reloading. #4293
  • Error signing in to Github. Try Again doesn't try again. #4148
  • Other accessibility fixes. #4237

Thank You