0.58.0
0.58.0
Changes
- Changes can be suggested and accepted from within editor comments
- 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
- 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
- @eamodio (Eric Amodio): Updates TypeScript (released 4.2) and Octokit (to get fixed types), and a couple minor others PR #2525
- @sravan1946 (sravan): Remove unavailable badge from readme PR #4393
- @Thomas1664