v0.46.0
版本发布时间: 2022-07-06 21:01:56
microsoft/vscode-pull-request-github最新发布版本:v0.96.0(2024-09-07 02:28:09)
0.46.0
Changes
-
Use the setting
"githubPullRequests.ignoredPullRequestBranches"
to ignore branches for pull requests. -
The setting
"githubPullRequests.overrideDefaultBranch"
lets you override the default branch from github.com locally. -
The "Publish branch?" dialog can be skipped when creating a PR using the setting
"githubPullRequests.pushBranch"
. -
The auto-merge checkbox is availabe in the "Overview" editor.
Fixes
- "Exit Review Mode" changed to "Checkout default Branch". https://github.com/microsoft/vscode-pull-request-github/issues/3637
- Comments showed when opening a PR despite having "comments.openView": "never" set. https://github.com/microsoft/vscode-pull-request-github/issues/3652
- Can't comment on a new file (via github.dev web editor). https://github.com/microsoft/vscode-pull-request-github/issues/3646
- Cannot view more than 100 and few files in PR. https://github.com/microsoft/vscode-pull-request-github/issues/3623
- The Copy GitHub Permalink command copies wrong commit hash. https://github.com/microsoft/vscode-pull-request-github/issues/3566
Thank You
- @blindpirate (Bo Zhang): Show pull request's close button for author PR #3507
- @leopoldsedev (Christian Leopoldseder): Implement quick self assign link as available on .com (#3382) PR #3601