Releases: microsoft/vscode-pull-request-github
Releases · microsoft/vscode-pull-request-github
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
0.34.0
0.34.2
0.34.1
0.34.0
0.34.0
Changes
- This extension now supports pre-releases using VS Code's built in pre-release feature. Version 0.33.0 was skipped to support this.
- Support for opening a pull request by number.
- The default issue query now includes recent issues to help with issue completions.
- Create PR button no longer shows if there is already a PR.
- Git file status colors are now used for PR files.
Fixes
- Fails to load pull requests when using ssh.github.com for ssh over https. #3052
- vscode.dev/github.dev: Support .github/pull_request_template.md when creating a PR within vscode. #3055
- quote reply doesn't handle nested replies. #3059
- Don't show hover cards for @-mentioned users when related to JSDoc. #2498
- Edit PR title, does not (auto) update title of PR in treeview (PR in list on left side). #2299
Thank You
- @38elements (38elements)
- @burkeholland (Burke Holland): Opening a gist repository gives a fetch error PR #2933
- @emtei (Mateusz Stopka): Do not activate review mode for closed or merged PR PR #3021
- @taisph (Tais P. Hansen): Fix generated branch name requiring quotes in bash PR #3084
0.32.0
0.32.0
Changes
- Action to navigate directly to pull request query in settings.json
Fixes
- Cannot set branch tile when starting working on an issue despite useBranchForIssues=prompt. #3032
- No issue hovers in code editor. #3013
- Pending checks section is empty. #2949
Thank You
- @burkeholland (Burke Holland)
- @nicholas-l (Nicholas Latham): Allow authentication for github enterprise PR #3064
0.31.1
0.31.0
0.31.0
Changes
- Variable in settings for lowercase branch names when working on an issue
{
"githubIssues.issueBranchTitle": "${sanitizedLowercaseIssueTitle}"
}
Fixes
Thank You
- fix: make pending checks "show" button / link accessible. 2972 by @moshfeu
- Fixes Tick SVG doesn't look right #2950. 2971 by @burkeholland
- Create commit select horizontal padding is too high. 2970 by @burkeholland
- Focus border is used on assignees when it's not focused. 2967 by @burkeholland
- Button sizes don't look right when PR title is wrapped. 2966 by @burkeholland
- Respect remote link type for upstream. 2929 by @burkeholland
- Fixes #2259. 2909 by @burkeholland
- Lowercase branch names. 2986 by @burkeholland
- GitHub permalinks: Deduplicate the line number if the range is one line. 2980 by @lgarron
- Skipped status check is shown as pending. 3005 by @burkeholland
- PR created x minutes ago is cut off in small tabs. 2985 by @burkeholland