0.78.0
0.78.0
Changes
-
Merge queues are now supported in the PR description and create view.
-
The new setting
"githubPullRequests.allowFetch": false
will preventfetch
from being run. -
Projects are now cached for quicker assignment from the PR description.
-
Merge commit message uses the message configured in the GitHub repository settings.
-
Clicking on the filename of a comment in the PR description will open at the correct line.
-
The repository name is shown in the "Changes in PR" view when there are PRs from multiple repositories shown in the view.
Fixes
- Copy permalink uses wrong repository for submodules. #5181
- Unable to select a repository when submodules are present. #3950.
- "We couldn't find commit" when submodules exist. #1499
- Uses PR template from the wrong repo in multi-root workspace. #5489
- At high contrast mode "Create with option" arrow button is not visible. #5480
- Remove PR from "Waiting For My Review" list after I review it. #5379
Thank You
- @flpcury (Felipe Cury): Fix deprecation messages for createDraft and setAutoMerge PR #5429
- @gjsjohnmurray (John Murray): Treat
githubIssues.useBranchForIssues
setting description as markdown (fix #5506) PR #5508 - @kurowski (Brandt Kurowski): add setting to never offer ignoring default branch pr PR #5435
- @ThomsonTan (Tom Tan): Iterate the diffs in each active PR in order PR #5437