- Enterprise 3.9: GraphQL error Fragment on Bot can't be spread inside RequestedReviewer. microsoft#6441
This month, our focus was on integrating Copilot into GitHub Pull Requests, using the new VS Code extension API, to showcase how Copilot can be added to an extension. These features are behind several settings. To try everything out, you can set the following settings:
"githubPullRequests.experimental.chat": true
"githubPullRequests.experimental.notificationsView": true
- The new
@githubpr
Chat Participant can search for issues on GitHub.
- When displaying issues,
@githubpr
will show a markdown table and try to pick the best columns to show based on the search.
- Each issue listed in the "Issues" view has a new action, "Summarize With Copilot", that will reveal the Chat panel and summarize the selected issue. We also added another action, "Fix With Copilot", that will summarize the selected issue and will use the workspace context to suggest a fix for it.
- We have added an experimental "Notifications" view that lists the user's unread notifications across repositories. By default the notifications are sorted by most recently updated descending, but you can use the "Sort by Priority using Copilot" action from the view title's
...
menu to have Copilot prioritize the notifications. Clicking on each notification trigger an action to summarize the notification using Copilot. The view also contains easily accessible action to mark a notification as read, as well as open the notification on GitHub.com.
- Gift icon is confusing to me here. microsoft#6289
- Cannot get PR to show that is from a fork and main branch. microsoft#6267
- Summary review comment buttons do not disable while review is submitting. microsoft#6261
- Refreshing a PR doesn't refresh comments. microsoft#6252
- Adding a new Review doesn't update the Tree Control Node. microsoft#6251
- pr.markFileAsViewed doesn't update the parent nodes. microsoft#6248
- Infinite error dialogs with GH account mixup. microsoft#6245
- PRs do not refresh after changing account preferences in dropdown. microsoft#6244
- Extension should still work if only upstream requires SAML. microsoft#6159
- Checkbox likes to play Simon Says. microsoft#3972
- Can't approve/reject PRs when in draft mode. microsoft#6174
- Disallow Make a suggestion button press if already have a suggestion in the comment. microsoft#6195
- Untracked files in GHPRI view don't have green text decoration. https://github.com/microsoft/vscode-internalbacklog/issues/5025
- Don't show error "We couldn't find commit" on outdated comments. microsoft#1691
- Element with id xxx is already registered. microsoft#6218
- Diff Comment with HEAD button in Comments view sometimes disappears. microsoft#6157
Thank You
- Local changes to a checked-out PR can be quickly converted to suggestion comments from both the SCM view and from the diff editor context menu.
- Use the editor font code for the diffs. microsoft#6146
- Sort shorter paths to the top. microsoft#6143
- Error git config --local branch.main.github-pr-owner-number. microsoft#6134
- The "accessibility.underlineLinks": true setting is ignored. microsoft#6122
Thank You
- You can create revert PRs from the PR description. The PR branch doesn't need to be checked out to create a revert PR.
- As a nice side effect of the enabling reverts, you can now see PRs whose branch has been deleted in the "Pull Requests" view.
- The "Open Pull Request on GitHub.com" action shows even when there are PRs from multiple repos checked out.
img
tags in code comments will now properly show the image for public repos.
- Failed to execute git when deleting branches and remotes. microsoft#6051
- Use notification progress when deleting branches and remotes. microsoft#6050
- Sign in failed: Error: No auth flow succeeded. microsoft#6056
- Extension gets rate limited in a many-repo setup: http forbidden response when adding reviewer after creating pull request. microsoft#6042
- File can't be opened, redirects me to browser. microsoft#5827
Thank You
- @Santhoshmani1 (Santhosh Mani ): Feature : Add open pr on github from pr description node PR #6020
- Extension asks for commenting ranges on a file that got deleted in PR. microsoft#6046
- An error occurred while loading the image (renamed picture). microsoft#6008
- GitHub Issue trigger - [ ] does not work. microsoft#6007
- PR Title generation surrounded by "quotes". microsoft#6002
- Unresolve comment does not move focus to it. microsoft#5973
- There's a new command available when a PR description is opened: GitHub Pull Requests: Focus Pull Request Description Review Input. This command will scroll the PR description to the final comment input box and focus into the input box.
- The at sign after the backquote is converted to markdown. microsoft#5965
- Can height of checks area in PR description have a max. microsoft#5947
- Make conflicts hint actionable. microsoft#5942
- Links with an @ are rendered incorrectly. microsoft#5924
- GraphQL error: Invalid email address on EMU. microsoft#5842
-
Experimental conflict resolution for non-checked out PRs is available when enabled by the hidden setting
"githubPullRequests.experimentalUpdateBranchWithGitHub": true
. This feature allows you to resolve conflicts in a PR without checking out the branch locally. The feature is still experimental and will not work in all cases. -
There's an Accessibility Help Dialog that shows when "Open Accessibility Help" is triggered from the "Pull Requests" and "Issues" views.
-
All review action buttons will show in the Active Pull Request sidebar view when there's enough space.
- Show some loading indicator when switching PR descriptions. microsoft#5954
- Many ripgrep. microsoft#5923
- The icon for un-resolve is too close to undo. microsoft#5868
- PR order does not match multi-root order anymore. microsoft#5789
- Handle renamed files. microsoft#5767
- Create PR viewlet clears itself after changing base repository and branch. microsoft#5878
- Field 'mergeQueueEntry' doesn't exist on type 'PullRequest'. microsoft#5808
-
The new
auto
value forgithubPullRequests.createDefaultBaseBranch
will use the upstream's default branch as the base branch for fork repositories. -
Outdated comments now show a badge in the Comments view.
-
Colors for checks and Xs on PR page. microsoft#5754
-
Comment threads in the Comments view now have inline actions and context menu actions. Outdated comments have a "Diff Comment with HEAD" action which is particularly useful for understanding what changed on an outdated comment.
- Trim leading whitespace in PR description. microsoft#5780
- Flickering When Editing A Comment. microsoft#5762
Thank You
- @ipcjs (ipcjs): fix: make
review.openLocalFile
support triggering from the keyboard. PR #5840 - @mohamedamara1 (Mohamed Amara): fixed ID of IssueOverviewPanel PR #5822
- There is no extension version 0.84.0 because of a version increase mistake.
-
There is an option to choose which email to associate a merge or squash commit with.
-
The setting
githubPullRequests.labelCreated
can be used to configure the labels that are automatically added to PRs that are created. -
When the cursor is in a comment widget input, the keybinding
ctrl+k m
or (cmd+k m
on mac) can be used to insert a suggestion. -
Video previews now show in the PR description.
-
The activity bar entry has been renamed from "GitHub" to "GitHub Pull Requests". The extension has been renamed from "GitHub Pull Requests and Issues" to "GitHub Pull Requests".
-
"Owner level" PR templates are now supported. This means that a PR template can be defined in the
.github
repository of an organization or user and it will be used for all repositories owned by that organization or user which do not have a repository-specific PR template. -
Projects can be added to a PR from the "Create" view. Projects can also be added to new issues.
- [Accessibility] Remove redundant prefix-style info from PR change view. microsoft#5705
- Append PR number to merge commit message. microsoft#5690
- Update with merge commitbutton does not go away despite merging. microsoft#5661
- "Bad credentials" with no additional information to help resolve. microsoft#5576
Thank You
- @Malix-off (Malix): Fix #5693 PR #5694
- @umakantv (Umakant Vashishtha): Feature: Auto Populate Labels PR #5679
- Suggested changes are not easily distinguishable. microsoft#5667
-
Issue queries shown in the "Issues" view can be grouped by repository and milestone using the new
groupBy
property in thegithubIssues.queries
setting."githubIssues.queries": [ { "label": "Current", "query": "assignee:alexr00 is:open sort:updated-desc milestone:\"February 2024\" sort:updated-desc", "groupBy": [ "milestone", "repository" ] } ],
-
The setting
githubPullRequests.createDefaultBaseBranch
can be used to set the default base branch when creating a PR. By default, the branch that the current branch was created from is used (so long as that branch exists on the remote). SettingrepositoryDefault
will cause the repository's default branch to be used instead. -
Added files are opened in a regular editor instead of a diff editor when viewing changes in a PR.
-
Merge commits are skipped when choosing a default PR title and description. This is to avoid the case where the merge commit message is used as the PR title and description.
-
GitHub permalinks in comments for a checked out PR can now be opened in VS Code instead of just taking you to the browser.
-
The base branch can be merged into a checked out PR branch from the Pull Request Description.
-The setting
githubPullRequests.pullPullRequestBranchBeforeCheckout
also has new options to automatically fetch the base and merge it into the PR branch at checkout time. -
Merge conflicts can be resolved from the Pull Request Description when the PR is checked out.
-
The hover on reactions now shows who left the reaction.
-
Issue templates are now available when creating an issue.
-
Setting
"githubPullRequests.focusedMode": "multiDiff"
will open the multi-diff editor with all the files in the PR upon checkout.
- Comments for not-checked-out PRs should be removed from Comments view when no files from the PR are open. microsoft#5619
- [Accessibility] No alert message is spoken to screen reader when completing a review. microsoft#5526
- [Accessibility] Semantic heading tag is missing in issue and PR webview comments. microsoft#5524
- Custom tree checkboxes have unexpected delayed reaction. microsoft#5676
- Close Pull request Button is not working. microsoft#5598
- Default Create Option: createDraft. microsoft#5584
- collapses an open PR review tree on refresh. microsoft#5556
- Queries apart from "All Open" don't work, output is full of rate limit errors. microsoft#5496
- Opening multi-root workspace triggers rate-limiting error. microsoft#4351
- Narrator is not announcing the state of Expanded/collapsed for "Create with Option" arrow button. microsoft#5483
- Usabilty: At High contrast(Desert) mode for "Cancel,Create,Create with Option" button keyboard focus is not visible clearly.microsoft#5482
- Create-PR view: sparkle icon doesn't visually indicate that it has focus. microsoft#5471
- Unable to select default branch (main) on upstream repo, when working off a fork. microsoft#5470
- Task list checkboxes aren't rendered. microsoft#5310
- Copy Permalink fails frequently, seemingly on the first copy of the day. microsoft#5185
- SCM title menu Create Pull Request action is unavailable when in a Remote window. microsoft#3911
- Scroll position is not maintained. microsoft#1202
Thank You
- @Balastrong (Leonardo Montini): Create issue from markdown template PR #5503
- @joshuaobrien
- @pouyakary (Pouya Kary): Fixes #5620 PR #5621
- Files changed doesn't properly reflect changes against non base branch. microsoft#5545
- Cannot review PRs with 0.78.0 / VSCode 1.85.0, "GraphQL error: Field 'mergeQueueEntry' doesn't exist. microsoft#5544
-
Merge queues are now supported in the PR description and create view.
-
The new setting
"githubPullRequests.allowFetch": false
will preventfetch
from being run. -
Projects are now cached for quicker assignment from the PR description.
-
Merge commit message uses the message configured in the GitHub repository settings.
-
Clicking on the filename of a comment in the PR description will open at the correct line.
-
The repository name is shown in the "Changes in PR" view when there are PRs from multiple repositories shown in the view.
- Copy permalink uses wrong repository for submodules. microsoft#5181
- Unable to select a repository when submodules are present. microsoft#3950.
- "We couldn't find commit" when submodules exist. microsoft#1499
- Uses PR template from the wrong repo in multi-root workspace. microsoft#5489
- At high contrast mode "Create with option" arrow button is not visible. microsoft#5480
- Remove PR from "Waiting For My Review" list after I review it. microsoft#5379
Thank You
- @flpcury (Felipe Cury): Fix deprecation messages for createDraft and setAutoMerge PR #5429
- @gjsjohnmurray (John Murray): Treat
githubIssues.useBranchForIssues
setting description as markdown (fix #5506) PR #5508 - @kurowski (Brandt Kurowski): add setting to never offer ignoring default branch pr PR #5435
- @ThomsonTan (Tom Tan): Iterate the diffs in each active PR in order PR #5437
- Added telemetry for the acceptance rate of the generated PR title and description.
-
Integration with the GitHub Copilot Chat extension provides PR title and description generation.
-
"Project" can be set from the PR description webview.
-
Pull requests checked out using the GitHub CLI (
gh pr checkout
) are now recognized. -
The new
"none"
value for the setting"githubPullRequests.pullRequestDescription"
will cause the title and description of the Create view to be empty by default.
- Could "Create a Pull Request" make fields within the create-pr view available faster?. microsoft#5399
- Commits view is showing a commit with wrong author. microsoft#5352
- Reviewer dropdown never hits cache. microsoft#5316
- Settings option Pull Branch not honored. microsoft#5307
- Comment locations error messages after deleting PR branch. microsoft#5281
- Unable to Add Comments in PR on fork using GitHub Pull Requests Extension in VSCode. microsoft#5317
- Accessibility for reviewing PRs has been improved. See microsoft#5225 and microsoft/vscode#192377 for a complete list of improvements.
- Commits are shown in the Create view even when the branch hasn't been published.
- The "Commits" node in the "Changes in Pull Request" tree now shows more than 30 commits.
- Using "Create an Issue" a 2nd time does not create a new issue, but a NewIssue.md with tons of numbers. microsoft#5253
- Add +/- to added/deleted lines in PR description. microsoft#5224
- Duplicate @mention suggestions. microsoft#5222
- Don't require commit message for "Rebase and Merge". microsoft#5221
- Focus in list of changes resets when opening file. microsoft#5173
Thank You
- @hsfzxjy (hsfzxjy): Add a refresh button in the header of comment thread PR #5229
- The pull request base in the "Create" view will use the upstream repo as the base if the current branch is a fork.
- There's a refresh button in the Comments view to immediately refresh comments.
- PR view comments should have a maximum width, with the code view using a horizontal scrollbar. microsoft#5155
- Code suggestions in PRs are hard to differentiate. microsoft#5141
- No way to remove Milestone. microsoft#5102
- Progress feedback on PR description actions. microsoft#4954
Thank You
- @tobbbe (Tobbe): Sanitize slashes from title PR #5149
-
The "Create" view has been updated to be less noisy and more useful. Aside from the purely visual changes, the following features have been added:
- We try to guess the best possible base branch for your PR instead of always using the default branch.
- You can add reviewers, assignees, labels, and milestones to your PR from the "Create" view.
- By default, your last "create option" will be remembered (ex. draft or auto merge)
- The view is much faster.
- You can view diffs before publishing your branch.
- Once the branch is published, you can also view commits (this is coming soon for unpublished branches).
-
If you work on a fork of a repository, but don't ever want to know about or make PRs to the parent, you can prevent the
upstream
remote from being added with the new setting"githubPullRequests.upstreamRemote": "never"
.
- Quote reply missing for some comments. microsoft#5012
- Accessibility of "suggest edits" new workflow and documentation. microsoft#4946
Thank You
- @mgyucht (Miles Yucht): Correctly iterate backwards through diffs across files PR #5036
- Github Enterprise Doesn't Show Comments. microsoft#4995
- Buffer is not defined when adding labels. microsoft#5009
- Avatars in tree views and comments are circles instead of squares
- The old "Suggest Edit" command from the SCM view now directs you to "Suggest a Change" feature introduced in version 0.58.0.
- Up to 1000 (from the previous 100) comment threads can be loaded in a pull request.
- The new VS Code API proposal for a read-only message let's you check out a PR directly from an un-checked-out diff.
- User hover shows null when writing the @username. microsoft#4891
- Reverted PR remains visible in "Local Pull Request Branches" tab of sidebar. microsoft#4855
- Order of workspaces in multi-root workspace is not what I expect. microsoft#4837
- Reassigning same reviewers causes desync with GitHub. microsoft#4836
- Re-request review from one reviewer will remove other reviewers. microsoft#4830
- Don't reload entire DOM when getting data from GitHub. microsoft#4371
Thank You
- @SKPG-Tech (Salvijus K.): Fix null when no user name available PR #4892
- Use
supportHtml
for markdown that just cares about coloring spans for showing issue labels. CVE-2023-36867
- TypeError: Cannot read properties of undefined (reading 'number'). microsoft#4893
- We show the same welcome view as the git extension when you open a subfolder of a git repository.
- Improved performance of extension activation, particularly for multi-repo workspaces
- There are two new actions for viewing diffs of checked out PRs: Compare Base With Pull Request Head (readonly) and Compare Pull Request Head with Local. These actions are available from the PR changes context menu.
- The new setting
"githubPullRequests.pullPullRequestBranchBeforeCheckout"
can be used to turn off pulling a previously checked out PR branch when checking out that same branch again.
- Bad/missing error handling when creating PR can lead to being rate limited. microsoft#4848
- My vscode workspace sometimes shows a PR from vscode-cpptools. microsoft#4842
- Improper
@mentions
in comments. microsoft#4810 - Duplicated issues in tree. microsoft#4781
- Element with id Local Pull Request Brancheshttps... is already registered. microsoft#4642
Thank You
- @kabel (Kevin Abel): Simplify
AuthProvider
enum PR #4779 - @SKPG-Tech (Salvijus K.): Add missing index in template PR #4822
- @unknovvn (Andzej Korovacki): Use git setting to fetch before checkout in checkoutExistingPullRequestBranch PR #4759
- 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.
- quickDiff setting is ignored. microsoft#4726
- Overview shows closed instead of merged. microsoft#4721
- 'Commit & Create Pull Request' automatically pushes when working on a PR. microsoft#4692
- PRs for only one repo show in a multi root workspace. microsoft#4682
- Publishing branch reset target branch to main. microsoft#4681
- Old PR editors show error after revisiting. microsoft#4661
- org in issue query causes crash. microsoft#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
- Pull requests can be opened on vscode.dev from the Pull Requests view.
- Collapse state is preserved in the Issues view.
- There's a new setting to check the "auto-merge" checkbox in the Create view:
githubPullRequests.setAutoMerge
.
- Cannot remove the last label. microsoft#4634
- @type within code block rendering as link to GitHub user. microsoft#4611
Thank You
- Permalinks are rendered better in both the comments widget and in the PR description.
- The description has a button to re-request a review.
- Quick diffs are no longer experimental. You can turn on PR quick diffs with the setting
githubPullRequests.quickDiff
.
- Extension logging log level is now controlled by the command "Developer: Set Log Level". The old setting for log level has been deprecated.
- Make a suggestion sometimes only works once. microsoft#4470
Thank You
- @joshuaobrien
- @kabel (Kevin Abel): Ignore more files from the vsix PR #4530
- "GitHub Pull Requests and Issues" plugin causing a large number of requests to github enterprise installation. microsoft#4523
- Replacing a label with another appears to work in vscode but doesn't. microsoft#4492
- Changes can be suggested and accepted from within editor comments
- The setting
githubPullRequests.defaultCommentType
controls whether the default comment type is a single comment or a review comment. "githubPullRequests.postCreate": "checkoutDefaultBranch"
will cause the default branch to be checked out after creating a PR.- Section headings (assignees, reviewers, lables, and milestones) are clickable in the PR overview.
- The commands pr.openModifiedFile pr.openDiffView can be executed with a keyboard shortcut on the active file.
- GitHub handles in comments are now linkified.
- Setting
"githubPullRequests.createDraft": true
will make created PRs default to drafts. - Permalinks can be created for non-text, rendered, files.
- Labels can be added to PRs at creation time
- A progress notification shows during PR creation.
- Branches and remotes for PRs that are made from a fork and are checked out from the "Pull Requests" view will be automatically cleaned up when the default branch is checked out using the "Checkout default branch" button.
- An experimental setting
githubPullRequests.experimental.quickDiff
will show the quick diff widget in the editor gutter for changed lines in a checked out PR.
- Using the enter key while renaming a PR should save the title. microsoft#4402
- JSDoc hover for @return shows GHPRI username hover. microsoft#4344
- Some text is not visible in high contrast mode. microsoft#4287
- Empty diff view after reloading. microsoft#4293
- Error signing in to Github. Try Again doesn't try again. microsoft#4148
- Other accessibility fixes. microsoft#4237
Thank You
- @eamodio (Eric Amodio): Updates TypeScript (released 4.2) and Octokit (to get fixed types), and a couple minor others PR #2525
- @sravan1946 (sravan): Remove unavailable badge from readme PR #4393
- @Thomas1664
- Most recent PR is selected when a branch has multiple PRs.
- Notebooks support for the permalink commands.
- Review status is shown in the PRs view.
- PR links to vscode.dev can be copied from the Pull Request description page.
- The new "Go To Next Diff in Pull Request" command will navigate to the next diff in the pull request across files.
- The "Resolve" and "Unresolve" buttons are now always visible on comments, instead of only showing when the reply is expanded.
- Still getting auto-fetching behavior when setting is off. microsoft#4202
Thank You
- @joshuaobrien (Joshua O'Brien): Narrow types in TimelineEvent so that it may be treated as a tagged union PR #4160
- No Longer Prompted To Create PR after Pushing Feature Branch. microsoft#4171
- Pull Requests can be submitted from the "Create" view by doing
ctrl/cmd+enter
while your cursor is in the description input box. - Keybindings are supported for "Mark File as Viewed" (
pr.markFileAsViewed
). When "Mark File as Viewed" is run from a command or from the editor toolbar the file will also be closed. Tip: Use with "Open All Diffs" for quickly going through a PR review. - Checked-out pull requests with less than 20 files will have all the diffs pre-fetched for faster diff-opening times.
- Strings in VS Code UI have been configured for localization. Strings in webviews (such as the "Create" view and the PR description/overview) are still not localized.
- User completion in commit box is wrong when manually triggered. microsoft#4026
- Extension periodically refreshes the file under review, resetting the view position. microsoft#4031
- Does the GHPRI extension need to be * activated? microsoft#4046
- "viewed" checkboxes don't always propagate. microsoft#3959
- Block comments not rendering correctly. microsoft#4013
- Can't Create an Issue without body. microsoft#4027
Thank You
- @hoontae24: feat: Add origin of upstream for github enterprise on copy head link PR #4028
- @Thomas1664: UI fixes for checks section PR #4059
- @yin1999 (A1lo): fix: use ssh url for ssh protocol upstream PR #3853
- Improved support for GitHub Enterprise starting with GitHub Enterprise version 3.1. This includes:
- PAT-less authentication courtesy of the VS Code built in GitHub Enterprise authentication provider.
- Automatic detection when you open a folder with an Enterprise repo and an on-ramp to get set up.
- Fixes for GitHub Enterprise bugs. Note: If you find any issues with GitHub Enterprise please do file an issue!
- Checkboxes to mark files as viewed. This means you can mark whole folders as viewed now.
- When you use the "Checkout 'default branch'" button, the pull request overview and all associated diffs will close.
- Issues referenced by
#
in pull request titles are linked to the pull request.
- Multi-root workspaces with two projects checked out to branches with open PRs either shows errors or misleading information. microsoft#3490
- Draft PR checkbox reverts to unchecked after typing description. microsoft#3977
Thank you
- @Thomas1664: Add button to always pull on incoming changes PR #3896
-
By setting the
githubPullRequests.notifications
setting topullRequests
Pull Requests which have unread notifications will be highlighted. -
GitHub labels will render with the GitHub colors
-
Review Comments can now be directly resolved/unresolved in the Pull Request Overview
-
Creating an issue should never lose data. If the "new issue" editor is closed but the issue is not created, the data will be stored until VS Code is reloaded.
-
When the local branch is out of date, a prompt to pull the branch will show when the "Refresh" button on the PR overview is clicked. The setting
githubPullRequests.pullBranch
also has a newalways
option. -
Renamed files have a tooltip that makes the rename clearer.
-
The command "Reset Viewed Files" will reset all files to be unviewed.
- Fails to load Pull Requests on older GitHub Enterprise verisons microsoft#3829
- Copy GitHub Permalink in LHS of a PR diff generates a link to the RHS. microsoft#3801
- User and issue suggestions don't always show for some languages. microsoft#3874
- Comment rendering distorted / missing linebreaks. microsoft#3776
-
The changes since last review button will appear on PRs to which a commit has been pushed since the viewers review. Pressing it will only show the diffs for the commits since the review.
-
Milestones can be created directly from the add milestone dropdown.
-
The setting
githubPullRequests.pullRequestDescription
has been brought back from being deprecated. -
githubPullRequests.pullBranch
can be used to configure whether to be prompted to pull changes when a change in a PR is detected. -
The new Commit & Create Pull Request action in the git SCM view let's you commit and go to the "Create PR" view in one click.
- Improve performance of expanding a PR in the "Pull Requests" view. microsoft#3684
- Performance: Delay in showing Assignee quick open. microsoft#3728
- Apply patch feature bugs. microsoft#3722
- Show a notification when there are 2 signed in GitHub accounts. microsoft#3693
- Only first 30 files per PR show in the "Pull Requests" view on vscode.dev. microsoft#3682
- "Upgrade" Pull request diffs opened from the "Pull Requests" view after the PR is checked out. microsoft#3631
-
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.
- "Exit Review Mode" changed to "Checkout default Branch". microsoft#3637
- Comments showed when opening a PR despite having "comments.openView": "never" set. microsoft#3652
- Can't comment on a new file (via github.dev web editor). microsoft#3646
- Cannot view more than 100 and few files in PR. microsoft#3623
- The Copy GitHub Permalink command copies wrong commit hash. microsoft#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
- Creating a pull request doesn't use commit message for PR description when the base branch has more commits. microsoft#3350
- Fails to activate with "Timed out waiting for authentication provider to register". microsoft#3469
- Prompted about updates to PR after pushing to the PR branch. microsoft#3479
- Pull requests created from a fork on a topic branch aren't discovered. microsoft#3511
- Unable to create PR in web. microsoft#3528
Thank You
- @jpspringall: Issue #3371 | Updated getAuthSessionOptions in case of GitHub Enterprise AuthProvider PR #3565
-
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
.
- Invisible Button/Input Text in High Contrast Themes. microsoft#3342
- Create PR icon dissapears from Source Control view. microsoft#3410
- Don't make potentially expensive getObjectDetails and detectObjectType calls for known file extensions. microsoft#3446
- Web: Broken state for deleting branch in repo that deletes on merge. microsoft#3453
- Can't leave a comment in PR webviewview without a pending review. microsoft#3480
- Text suggestions load forever on first column. microsoft#3485
Thank You
- @hoontae24: Support the copied permalink for Github Enterprise URL PR #3460
- @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
.
- Sorting order of issues in SCM commit box is off. microsoft#3365
- Comments panel - comment appears twice. microsoft#3349
-
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.
- "We couldn't find an open repository for...". microsoft#3242
- Placeholder title when creating a PR does not behave like GitHub website. microsoft#2988
- Github.dev: Weird Default Description When Creating PR. microsoft#3316
- New pull requests on branches off master try to merge into a wrong branch. microsoft#3303
- "The current repository does not have a push remote for..." when trying to create a PR from github.dev. microsoft#3309
- After making a change to a PR that was made on a fork the "Files" tree is empty. microsoft#3294
- Commenting ranges often don't show when using github.dev or vscode.dev. microsoft#3306
- 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.
- Markdown content escaped when editing comments. microsoft#3254
- Many spurious user mentions inserted in text. microsoft#3257
- Issues loading forever in folder with git not initialized. microsoft#3160
- Not able to mention people in my code. microsoft#3251
- Losing focus/switching tabs while a comment entered (but not submitted) loses comment. microsoft#3200
- Comments appear being pending instead of submitted. microsoft#3232
Thank You
- @blindpirate (Bo Zhang)
- @joshuaobrien (Joshua O'Brien): Add command to open all diffs PR #3238
- Extension causes high cpu load. microsoft#841
- Being on a branch with a PR replaces my active editor. microsoft#3194
- Every time I open a new instance of vscode I'm being prompted to sign in to GitHub. microsoft#3165
- Comments disappearing after exiting review mode. microsoft#3173
- 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.
- Fails to load pull requests when using ssh.github.com for ssh over https. microsoft#3052
- vscode.dev/github.dev: Support .github/pull_request_template.md when creating a PR within vscode. microsoft#3055
- quote reply doesn't handle nested replies. microsoft#3059
- Don't show hover cards for @-mentioned users when related to JSDoc. microsoft#2498
- Edit PR title, does not (auto) update title of PR in treeview (PR in list on left side). microsoft#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
- This is a pre-release version that uses VS Code's built-in pre-release extension support. The old nightly build (GitHub Pull Requests Nightly) is being deprecated in favor of the this built-in support. Users of the the old nightly build will be automatically upgraded to the new pre-release version; however, extension state will not be migrated. Thank you for helping make GitHub Pull Requests and Issues better!
- Action to navigate directly to pull request query in settings.json
- Cannot set branch tile when starting working on an issue despite useBranchForIssues=prompt. microsoft#3032
- No issue hovers in code editor. microsoft#3013
- Pending checks section is empty. microsoft#2949
Thank You
- @burkeholland (Burke Holland)
- @nicholas-l (Nicholas Latham): Allow authentication for github enterprise PR #3064
- Don't ask for auth upon activation. microsoft#3044
- Variable in settings for lowercase branch names when working on and issue
{
"githubIssues.issueBranchTitle": "${sanitizedLowercaseIssueTitle}"
}
- issueBranchTitle not Working as Expected. microsoft#2259
- Skipped status check is shown as pending. microsoft#2580
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
- All comments can be collapsed using the UI.
- All comments can be expanded and collapsed via the commands GitHub Pull Requests: Expand All Comments and GitHub Pull Requests: Collapse All Comments.
- The expand/collapse state of pull request comments can be set with the setting
githubPullRequests.commentExpandState
. - Adopted the new multiling string support for settings.
- Improved the language on the sidebar view to better indicate that you can submit a review.
- Copy GitHub Permalink is missing line info. microsoft#2924
- Old image version is not shown when viewing a checked-out pull request change for an image. microsoft#2914
- Extension asks to create pull request when remote is not github. microsoft#2879
- Edits to comments on PRs not being applied. microsoft#2869
- Could not resolve conversation on old PR. microsoft#2857
- Issue queries have the wrong owner. microsoft#2836
- PR description should auto fill when the PR is a single commit. microsoft#2540
Thank You
- Always show action bar in PR overview header. 2849 by @joshuaobrien
- When using a branch name as a PR title, ensure the first letter is capitalized. 2848 by @joshuaobrien
- Include PR template in PR description if there is just one commit. 2846 by @joshuaobrien
- Let the view know about the review status of the PR. 1833 by @RishabhKothaari
- Fix Copy Permalink commands for github.dev. microsoft#2903
- Do not preload mentionable users when a PR isn't checked out. microsoft#2892
- "Start working" on an issue has been expanded to let you work on issues outside of the repo you currently have open.
- Improved UX for merged PRs in the sidebar view.
- Comments can be deleted from the overview path. microsoft#2855
- Comments no longer get stuck "pending". microsoft#2822
- Comments are visible in diffs opened from the commits file view. microsoft#2688
- "Webview is disposed" error is fixed. microsoft#2444
Thank You
- Fix check fork details #2806 by @binsee
- chore: replace deprecated vscode-test with @vscode/test-electron #2842 by @iChenLei
- Status bar entries use the new
createStatusBarItem
API to show better names.
- Placeholder avatar is shown correctly with GitHub Enterprise. microsoft#2771
- Error messages no longer shown when there's a non-GitHub remote. microsoft#2768
- Copying a permalink doesn't require sign in. microsoft#2761
- There's a new timeout for listing branches so that repositories with many branches don't hang. microsoft#2753
- "There are updates" notification is shown less often and can be permanently hidden. microsoft#2628
- And more!
Thank You
- Fix broken pull request files pagination #2766 by @habibm
- Fix links in the readme for the marketplace: microsoft#2769
- Thanks to a community PR from @kabel, there is support for GitHub Enterprise. See the discussion in the PR for how to get set up.
- Files that have been marked as viewed on GitHub show a checkmark decoration in the pull request tree. Each file in the tree has an inline action for marking it as viewed or not viewed.
- Conversations can be marked as resolved within the editor. Resolved conversations collapse by default.
- The commented decoration in tree views has been updated to a speech bubble for clarity.
- The "Delete Review" and "Finish Review" buttons have been removed from the comment widget. Instead there is a "Go to Review" button which shows all comments in the pending review and allows choosing how to submit the review, as an approval or requesting changes.
- The "All" category of the pull request tree is expanded by default.
- Thanks to @icatalina, there is a new
githubPullRequests.terminalLinksHandler
setting to choose how create pull request links should be handled from the terminal.
- Fixed vulnerability described in CVE-2021-28470
-
For forked repositories, an upstream remote is automatically added if it doesn't exist.
-
The
githubPullRequests.focusedMode
setting is enabled by default, causing the "Focused Mode" view for a checked out pull request to be visible in the Pull Request view container. -
Thanks to @TanushN and @rohanshiva, the pull request description page now supports adding and removing assignees and milestones.
-
The pull request create view now allows selecting both the source and target branch instead of always using the current branch as the source.
- Using ${user} twice in the
githubPullRequests.queries
no longer results in an error. - Local branches are pruned when deleting the remote branch after merging a pull request.
-
The views of the extension have been split into two viewlets: one with the GitHub logo which contains the overview of pull requests, and issues, and one containing views for the active pull request.
-
The focused mode view has actions to refresh the view and open the description page.
-
Thanks to @TanushN and @rohanshiva, assignees and the milestone are displayed on the description page.
-
Resolved conversations are rendered as collapsed on the description page.
- Update the new "Create Pull Request" icon to be a sharper image.
-
Creating a pull request now uses views in the activity bar. You can enter the details of the pull request and view the diff between the current branch and the base branch.
-
When you publish a branch using the terminal, clicking on the resulting link can also be used to start the create pull request flow.
-
The command to create a pull request now also appears in the SCM view.
- Thanks to @IllusionMH, timestamps in the commit list do not text wrap.
-
File changes in the Pull Request view are expanded by default.
-
The timestamp in the pull request description has hover with the exact time.
-
There's a new command to "Leave Review Mode". It checks-out the default branch for the repository and remove the comment UI, just like the "Leave Review mode" button in the pull request description.
-
The "Description" node in the Pull Request tree has an inline action to checkout the pull request.
-
The Pull Request view lists the PR number first in the title, and also moves the "Draft" indication to be more prominent.
-
Thanks to @ejkim1996, there is an action to toggle between viewing files in a tree structure and viewing them as a flat list in the Changes in Pull Request view.
-
When a pull request is checked out, opening a file associated with it will automatically reveal this it in the CHanges in Pull Request view.
-
Clicking on a comment link on the pull request description page now always opens the associated file.
-
Thanks to @KaiSforza, the
The remote <remoteName> is not a GitHub repository.
error is now surpressed for remotes outside of those set ingithubPullRequests.remotes
.
- Adopt latest API changes for TreeItem in VS Code 1.52.0
- Adopt latest API changes for VS Code 1.52.0.
- Revert previous changes for proposed API changes since the minimum engine version is currently set to 1.50.0.
- Adopt latest proposed API changes.
-
GitHub permalinks in issue hovers for files that exist in your current workspace will be opened locally.
-
We are trying out a new "focused review" mode which changes the layout when you checkout a PR. You can try it with the
githubPullRequests.focusedMode
setting. -
Issue suggestions are now shown in code comment editors.
-
When you Start Working on an issue, it will be assigned to you if you permissions in the repository allow it.
-
Thanks to @rishab-pdx, the description page of the pull request now has an action to copy the link to the PR.
- Instead of showing two login buttons (one each in the Pull Requests and Issues views), we now show a login view.
- Editor tab titles are now shortened to the file name when viewing diffs from a pull request, and are suffixed with
(Pull Request)
.
- Fixes loading the extension in VSCode Insider's 1.50
- Pull requests and issues now follows a multi-repo model. This means that if you have folders in your workspace from different repositories you'll see the issues and pull requests from the repositories at the same time. You can also have pull requests checked out from multiple repositories.
- There is new setting,
githubPullRequests.pullRequestDescription
, to control how the description is set when creating a pull request. By default, this uses the pull request template in the repository if it exists, but can also be changed to use the latest commit message, a custom message input at create time, or to ask which of these options to use. Thank you to @heaths for this feature!
- GitHub Action based status checks are now rendered on the description page.
- Commenting on stale pull requests is better handled.
- When you try to Start Working on Issue in a repository where you don't have permission to push, you now have the option to fork the repository. This flow will fork the repository and configure your remotes.
- When attempting to push changes to a repository that you do not have permissions to push to, the extension will now prompt you to fork the repository and push to that instead.
- Updated the version of @octokit/rest to ^18.0.0. This is was a big refactor, but should result in better performance.
- The setting
githubIssues.workingIssueBranch
is deprecated in favor of the better namedgithubIssues.issueBranchTitle
. - The
githubIssues.issueBranchTitle
setting is now validated.
- Adopt latest authentication provider API changes
- The Issues view now shows the markdown card on hover.
- Label suggestions are provided in the new issue editor.
- Hovers work for issues formatted as GH-123.
- The
githubIssues.issueBranchTitle
setting can take the new variable${sanitizedIssueTitle}
. - If you have uncommitted changes in your issue branch when you try to create a pull request, you'll be prompted to commit them.
- Closed issues in the Issues view use the closed icon.
- The Pull Requests and Issues views use the visually appealing welcome mechanism to display the Sign in button.
- Users are only fetched when needed, not on every startup (1869)
- For hovers, the max issue number for the repo is checked to reduce false positives(1860)
- Improved display of labels in issue hovers by swapping out the existing svg version of the labels for a newly supported html version.
- When creating a GitHub permalink, we now try to pick the "best" remote if the currently opened repository has several remotes. The priority of remote is
upstream
,ups
,origin
, then other names. The first remote from that ordering which contains the same commit that the current branch is on will be used in the permalink. - Issue creation now better takes into account the file that you're coming from when you create an issue instead of only listening for repository change when a different repository is selected in the SCM view.
- The new issue editor now lets you edit the title, assignees, labels, and description.
- User and issue completions now only show in plaintext and in comments! No more noisy issue suggestions when you trigger suggest in code.
- Issues shown in the completion suggestion are now deduped, even when the
githubIssues.queries
result in having the same issue twice (1800). - There is not longer a notification shown when running GitHub Issues: Copy GitHub Permalink (1787).
- Comments are removed when showing issue hovers (1763).
- The Issues view now has a loading state that matches the Pull Requests view.
- Better support in multiroot workspaces (1741).
We have been working on a new set of GitHub issue related features. Take a look at our documentation for more details on these and how to use them!
- New issues view that supports custom queries
- User and issue completions in editors, which can be configured per language or disabled
- Hover for issues and users in the editor
- Issue completions within the commit input box in the SCM viewlet
- "Start working on issue" action which automatically create a branch, seed the commit message 1546
- Create pull request from current issue
- Adopt new VSCode Authentication Provider API 1616
- Change activity bar icon to pull request icon 1617
- Add a button to fetch when viewing partial content 1462 by @RikkiGibson
- Support mentionable users in LiveShare extension 'suggested' contacts 1694
- Contribute a GitHub repository picker to the
Git: Clone
command 1547 - Create a GitHub repository from a git workspace 1664
- Update dependencies
- Remove nonstandard anyways 1602 by @curtisgibby
- Update remotes setting description 1478
- Fix display of review comment summary on description page 1486
- Fix creation of PRs when source branch is not listed in remotes setting 1326
- Improve remote selection wording 866
- Reorder comment reaction menu to match GitHub 1532
- Do not duplicate comments on tree refresh 1492
- Remove branching logic for graphql 1431
- Set 'authServer' query parameter when opening login url 1440
- Prevent reflow of PR title on hover 1450
- Show rendered markdown after editing on description page 1457
- Better error handling for deleting local branches 1465
- Migrate to asExternalUri API 1475
We saw a huge amount of community participation this release, thank you so much to everyone who contributed!
- Option to view changed files in a tree instead of a list 653 by @yulrizka
- Allow choosing title when creating pull request 906 by @nminchow
- Add context menu actions to open original/modified file 35 by @anoadragon453 and @Tunous
- Add pending label to comments of pending reviews on timeline 1369 by @akosasante
- Support images in tree diff views 1356
- When file change patch is empty, directly fetch the file contents instead of showing notification to open on GitHub 305
- Add a quote reply action for comments on the description page 1396 by @shaodahong
- Clicking status bar item brings up configuration actions 360
- Sign-out picker: do not close on focus lost 1348
- Align "Request Changes" and "Approve" by comment 297 by @guilherme-gm
- Align commit hash in PR description and avoid breaking username on hyphen 1353 by @JeffreyCA
- Show "Successfully signed in" in status bar after login instead of notification 1347 by @JeffreyCA
- Check status bar item exists before setting text 1251
- Add confirmation dialog to delete review 1364
- Address @octokit/rest deprecation warnings 1367
- Correctly handle undefined path for empty files 1372
- Fetch branch prior to checking if its behind remote 1368
- Use path relative to the git repo instead of workspace 1374
- Editing comment on description page does not immediately update text 1383
- Cancel edit reverts to the wrong value of comment when re-editing 1157
- Fix commenting ranges for deleted files 1384
- Fix description page styling when reloading on high contrast theme 897
- Make comment drag handle transparent 1361 by @JeffreyCA
- Fix failure to detect remote is github when it has www subdomain 903
- Prevent Checkout/Refresh being selected on description page 628
- Prevent double selection when using secondary actions in the tree 1270
- Preserve expansion state of tree view items on checkout 1392
- Fix TypeError "Cannot read property 'comments' of undefined" while loading description page 1307
- Prevent links from overflowing the description area 806 by @lifez
- Ensure tree decorations are updated as comments change 664
- Support permanently ignoring sign in notification 1389
- Show PR actions only to users with push access 967 by @IllusionMH
- Preserve tree state on reload 1036 and 1409
- Use
asWebviewUri
API to get webview script URI by @IllusionMH - Remove useless conditional in preview header by @emtei
- Fix for displaying invalid pull request messages by @emtei
- Disable selection line numbers in diffs on the description page 354
- Better support for merging when in dirty state 1405
- Explain self assignment in pullRequestNode 1421 by @emtei
- Add back "Outdated" label to comments on description page 1407
- Fix invalid graphql url for github enterprise 1381 by @yulrizka
- Display "pending" mergeability state on description page and poll for updates 1412
- When assigning reviewers, limit list to assignable users and improve ordering 1424 by @IllusionMH
- Improve visibility of PR controls to take into account user write permissions 1408 and 1065 by @IllusionMH
- Adopt
createAppUri
API in authentication flow 1354
- Comments sometimes duplicated on diff files from pull request tree #1337
- Pull request tree incorrectly shows 'No git repositories found' #1334
- Add support for deleting a PR after close or merge #350
- Update GraphQL timeline event query
- Update dependencies
- Fix formatting of GitHub errors #1298
- Show error when user doesn't have permission to push to remote #1299
- Remove usage of rootPath and fix suggested edits #1312
- Disable 'Checkout' and 'Exit Review Mode' buttons while actions are in progress #1312
- Calculate unique branch name for PRs from forks #1294
- Fix 'Error: No matching file found' problem when adding comments #1308
- Initialize extension with repository that is currently selected in the source control view #1330
- Handle error on unshallow #1328
- Use pull request template when creating PR #798
- Improvements to pull request tree display message when loading or not signed in (#1269)(microsoft#1269)
- Change telemetry library to application insights [#1264)(microsoft#1264)
- Update icons to match new VSCode icon style (#1261)(microsoft#1261)
- Update dependencies
- Set a default array for
githubPullRequests.remotes
#1289 - Fix spacing between textbox and buttons on description page #1287
- Fix updates to comment thread cache when creating the first comment in a thread #1282
- Fix updates to outdated comments (#1279)[microsoft#1279]
- Ensure comment commands are limited to GitHub Pull Request comment widgets #1277
- Fix error when trying to add reviewers on description page #1181
- Enable removing a label on description page #1258
Thank You
- Description view of PR: make whole commit line clickable #1259 by @tobudim
- Sort description view labels case sensitively #1008 by @haryps
- Adopt new commenting api #1168
- Set tree selection on tree node when clicking on an inline action 1245
- Command palette sign in not working #1213
- Limit comment areas on the base side of diff editors to deleted lines #153
- Ensure extension activates when ssh config contains "Host +" #1255
- Update wording of sign in notification #757
- Address @octokit/rest deprecations #1227
- Do not show commands before extension has fully activated #1198
- Description page is blank after ## 0.7.0 upgrade #1175
- Change "wants to merge" text when viewing merged PR #1027
- Correct text alignment in merged timeline events #1199
- Update UI after adding reviewers or labels #1191
- Update PR details after merge #1183
- Display a message before opening file diffs in the browser #442, thank you @malwilley!
- Swap order of PR branch and target branch #784
Engineering
- Description view is now rendered with React #1096
- Performance improvement
- Pull Request Tree GitHub Enterprise Avatars #1121
- Unable to expand PRs whose branch contains a # character #1059
- Fix git onDidOpenRepository eventing #1122
- Introduce new comment provider API #972
- Fix rendering of checkboxes on description page #1038
- Fix #1082 to make sure commands are scoped to the correct tree
- Fix #291 to use monospace font for code blocks on description page
- Fix description not displaying after creating a pull request #1041
Breaking Changes
- From 0.5.0, you at least need VSCode 1.32 to install and run the extension.
- Add support for reacting to comments #46
- Display reviewers on the description page, and support adding and removing them #412
- Support adding and removing labels from the description page #933
- Fix #936, pending review not correctly detected in "Changes in Pull Request" tree
- Fix #929, description textarea not cleared when approving or requesting changes
- Fix #912, approving the PR scrolls to the top of the page
New settings
githubPullRequests.showInSCM
can be used to configure where theGitHub Pull Requests
tree is shown, either the new GitHub viewlet or the SCM viewlet where it was before. By default, the tree is shown in the GitHub viewlet.
Thank You
Breaking Changes
- From 0.4.0, you at least need VSCode 1.31 to install and run the extension.
- Display mergeability on PR description page #773
- Add an inline action to open the description to the side #310
- Add refresh button to the description page #771
- Improve performance of checkout by minimally fetching data and lazily loading #796
- Update the styling of the description page #763
- Support navigating to a file from the description page #750
- Linkify issue references on the description page #566
- Show user's role (collaborator, contributor, etc.) by comments on the description #303
- Support starting, deleting, and finishing a complete review #546
- Allow selecting the merge method on the description page #826
- Autocompletions for usernames within editor comments #842
As part of this release, we have begun adopting GitHub's GraphQL API in some places to support new features and improve performance. The reviews feature and linkifying of issue references depend on the GraphQL API. This API is not available for GitHub Enterprise, so please note that these features will not be available for those projects.
New settings
githubPullRequests.remotes
can be used to configure what remotes pull requests should be displayed from. By default, the extension will look forupstream
andorigin
remotes by convention and fetch from these, or will fetch from any other remotes if these are not present.githubPullRequests.defaultMergeMethod
specifies which merge method (merge
,rebase
, orsquash
) to select by default, both on the description page and when using theMerge Pull Request
command. This is set tomerge
by default.
Thank You
- Fix log output PR #804 by @Ikuyadeu
- Update setting description to use non deprecated key PR #916 by @mkonikov
- Honor the new
git.openDiffOnClick
setting #753 - Prompt to stage all changes when running the suggest changes with nothing staged #744
- Add an inline "Open File" action in the "Changes in Pull Request" tree and match styling of git changes #738
- Display the full file path using the tree item's description, matching other views #730
- Parse auth callback state parameter on client side instead of mkaing a request to the auth server #715
- Fix #735, ensure correct head parameter is used when creating PR
- Fix #727, make sure review state is always cleared when switching branches
- Fix #728, keep description page data up to date when updating title and description
- Add status check information on PR description page #713
- Add button for creating a pull request on PR tree view #709
- Add "Suggest Edit" command #688
- Fix #689, by [@JefferyCA], do not render markdown block comments
- Fix #553, don't prevent checkout when there are unrelated working tree changes
- Fix #576, handle GitHub enterprise behind a SSO wall
Breaking Changes
- From 0.3.0, you at least need VSCode 1.30 (including Insiders) to install and run the extension.
Thank You
- Fix [#607], read
~/.ssh/config
to resolve hosts - Fix [#572], by [@yoh1496], add support for GitHub Enterprise behind a proxy
- Fix [#658], ensure correct button enablement when reloading pending comment from cache
- Fix [#649], make sure selecting a different folder is responsive after adding it to the workspace
- Add support for editing and deleting comments #107
- Fix #110, by [@JeffreyCA], add hyperlinks to timestamps
- Fix #624, by [@JeffreyCA], improve comment header wording
- Fix #568, by [@jerrymajewski], show author information in PR tooltip
- Fix #543, by [@malwilley], preserve description page scroll position when focus changes
- Fix #587, by [@mmanela], show correct error message for empty comment case
- Migrate hosts setting to
githubPullRequests
namespace, by [@wyze] - Fix #573, provide auth fallback when protocol handler fails
Breaking Changes
- From 0.2.0, you at least need VSCode 1.28 to install and run the extension.
Fixes
- Fix #565, inline links in description page.
- Fix #531 by @wyze, state is incorrectly shown as Closed when it should be Merged
- Fix #273, support ssh remotes.
- Fix #537 by @justinliew, show pull request id in title.
- Fix #491 by @shatgupt, allow vertical resizing of comment box.
- Fix #319, improve keyboard focus.
- Fix #352 by @Ikuyadeu, support merging pull request
- Fix #464 by @wyze, show labels on PR description
- Fix #562 by @emtei, prevent PR creation date collision with subtitle
- Fix for native promise polyfill removal from VSCode extension host in Insiders 1.29
- Fix for #500 and #440, more lenient remote parsing
- Fix for #383, move to github.com domain for the authentication server
- Fix for #498, make sure comments gets updated on refresh event
- Fix for #496, linkify urls on the description page
- FIx for #507, loosen scope restrictions for older version of GitHub Enterprise
- Fix for #449, authentication blocked when
docs-article-templates
extension is installed - Fix for #429, avoid unneccessary refreshes of the tree view
- Do not ship
.vscode-test/**
files