v0.64.0
版本发布时间: 2023-05-09 21:38:18
microsoft/vscode-pull-request-github最新发布版本:v0.96.0(2024-09-07 02:28:09)
0.64.0
Changes
- File level comments can be created from PR files.
- We have an internal rate limit which should help prevent us from hitting GitHub's rate limit.
- All of the places where you can "Checkout default branch" respect the git setting
"git.pullBeforeCheckout"
. - Team reviewers can be added as reviewers to PRs from the PR overview/description. Fetching team reviewers can be slow, so they are only fetched on demand and are then cached until you fetch them on demand again.
Fixes
- quickDiff setting is ignored. https://github.com/microsoft/vscode-pull-request-github/issues/4726
- Overview shows closed instead of merged. https://github.com/microsoft/vscode-pull-request-github/issues/4721
- 'Commit & Create Pull Request' automatically pushes when working on a PR. https://github.com/microsoft/vscode-pull-request-github/issues/4692
- PRs for only one repo show in a multi root workspace. https://github.com/microsoft/vscode-pull-request-github/issues/4682
- Publishing branch reset target branch to main. https://github.com/microsoft/vscode-pull-request-github/issues/4681
- Old PR editors show error after revisiting. https://github.com/microsoft/vscode-pull-request-github/issues/4661
- org in issue query causes crash. https://github.com/microsoft/vscode-pull-request-github/issues/4595
Thank You
- @Balastrong (Leonardo Montini)
- @eastwood (Clinton Ryan): Gracefully handle errors where the SSH configuration file is corrupt or malformed PR #4644
- @kabel (Kevin Abel)
- @ypresto (Yuya Tanaka): Fix wrong repo URL for nested repos in workspace (fix copy permalink) PR #4711