Releases: microsoft/vscode-pull-request-github
Releases · microsoft/vscode-pull-request-github
0.42.0
0.42.0
Changes
-
New actions to go to github.com/owner/repo/issues and github.com/owner/repo/pulls
-
Support for multiline comments
-
Commit changes can now show in a tree or list depending on the value of
githubPullRequests.fileListLayout
-
"Create Permalink" works on github.dev and vscode.dev from a tag or commit number.
-
"Mark as Viewed" and "Mark as Unviewed" are available in the editor toolbar
-
Better defaults for
githubIssues.ignoreCompletionTrigger
.
Fixes
- Invisible Button/Input Text in High Contrast Themes. #3342
- Create PR icon dissapears from Source Control view. #3410
- Don't make potentially expensive getObjectDetails and detectObjectType calls for known file extensions. #3446
- Web: Broken state for deleting branch in repo that deletes on merge. #3453
- Can't leave a comment in PR webviewview without a pending review. #3480
- Text suggestions load forever on first column. #3485
Thank You
- @hoontae24: Support the copied permalink for Github Enterprise URL PR #3460
0.40.0
0.40.0
Changes
- @user completions works in CODEOWNERS files
- There is a new setting for "Don't show again" on the notification shown when a branch is published:
githubPullRequests.createOnPublishBranch
.
Fixes
0.38.1
0.38.0
0.38.0
Changes
-
The Mark File as Viewed and Mark File as Unviewed actions have new icons, and we've generally tried to improve the UX around marking as viewed/unviewed.
Fixes
0.36.2
0.36.1
0.36.0
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. #3254
- Many spurious user mentions inserted in text. #3257
- Issues loading forever in folder with git not initialized. #3160
- Not able to mention people in my code. #3251
- Losing focus/switching tabs while a comment entered (but not submitted) loses comment. #3200
- Comments appear being pending instead of submitted. #3232
Thank You
- @blindpirate (Bo Zhang)
- @joshuaobrien (Joshua O'Brien): Add command to open all diffs PR #3238