v0.36.0
版本发布时间: 2022-02-04 00:32:35
microsoft/vscode-pull-request-github最新发布版本:v0.96.0(2024-09-07 02:28:09)
0.36.0
Changes
- Pull request loading performance in vscode.dev and github.dev (and to a lesser extension, desktop VS Code) is significantly improved. As part of this:
- The "changes in pull request" tree shows faster.
- Individual file diffs are not loaded until the diff is opened.
- Comments load in with a delay.
- There is a new setting that can disable review mode for merged and/or closed pull requests.
"githubPullRequests.useReviewMode" {
"closed": false,
"merged": true
}
- Added a "Don't show again" button to the "Do you want to create a pull request" notification to better surface the associated setting.
- There's a new command "Open All Diffs".
- Comments now show a timestamp using the new VS Code comment
timestamp
API.
Fixes
- Markdown content escaped when editing comments. https://github.com/microsoft/vscode-pull-request-github/issues/3254
- Many spurious user mentions inserted in text. https://github.com/microsoft/vscode-pull-request-github/issues/3257
- Issues loading forever in folder with git not initialized. https://github.com/microsoft/vscode-pull-request-github/issues/3160
- Not able to mention people in my code. https://github.com/microsoft/vscode-pull-request-github/issues/3251
- Losing focus/switching tabs while a comment entered (but not submitted) loses comment. https://github.com/microsoft/vscode-pull-request-github/issues/3200
- Comments appear being pending instead of submitted. https://github.com/microsoft/vscode-pull-request-github/issues/3232
Thank You
- @blindpirate (Bo Zhang)
- @joshuaobrien (Joshua O'Brien): Add command to open all diffs PR #3238
1、 GitHub.vscode-pull-request-github.0.36.0.vsix 925.92KB