0.104.0
Changes
- The Pull Requests view supports global queries. All old queries will be migrated when you open your workspace to include the current repo as part of the query. Global query support enables you to use the
org
andrepo
properties. - As part of the support for global queries, we also now have a
today
variable. This variable can be used to refer to the current day, or it can be used with a minus modifier. Together with the global query support, you can now make queries such as "my PRs in my work org that were created in the last 7 days":
{
"label": "My work last 7 days",
"query": "org:microsoft author:${user} is:closed created:>=${today-7d}"
}
- The context menu in the Pull Requests view has been cleaned up.
- The "pull request" icon shows in the the editor tab for the pull request descriptions.
:<emoji-name>:
style emojis are now supported in comments.- You can now search with
ctrl+f
in the pull request description webview. - You can multi-select files in the "Changes in Pull Request" tree view and toggle the selected checkboxes with one click.
- All non-outdated comments for a pull request will show in the "Comments" view when you open the pull-request's description, even if you don't have the PR checked out. They will hide again when all files related to the pull request are closed.
- The "Changes in Pull Request" view has a shortcut for toggling editor commenting.
- Python is no longer excluded from
@
and#
completions by default. - There's a new command to copy a pull request link: "Copy Pull Request Link".
git.showInlineOpenFileAction
is now respected in the "Changes in Pull Request" view.- The "Resolve Conversation" and "Unresolve Conversation" command can now be used from keybindings.
Fixes
- Files changed doesn't properly reflect changes against non base branch. #5545
- Projects quickpick should not have checkboxes when there are no projects. #5757
- Added projects need separation. #5792
- Make "Make a Suggestion" more clear. #6040
- fetching pull requests failed in infinite loop when proxy is unavailable. #6063
- Using "Create Pull Request" command clears entered data. #6114
- Non GitHub remotes for submodules causes authentication to fail. #6140
- "Go to Next Diff in Pull Request" command fails with error. #6237
- Keyboard Focus is not clearly visible on cancel button. #6449
- Users are not able to access "Reviewers", "Assignees", "Labels", "Project", link present under project and "Milestone" controls via keyboard. #6450
- Keyboard focus order is not proper on "Description" and "Create github pull request" screen. #6451
- NVDA is not announcing any update when user presses ENTER on "Show" and "Hide" control. #6453
- Review/Comment Suggestions are offset by one line if you make local changes first. #6495
- When listing workflows running as checks against a PR, include workflow name, not just job name. #6497
- Diffing OUTDATED comments with HEAD doesn't work in github.dev. #6500
- error when adding file comment to renamed file w/o other changes. #6516
- Cannot leave comments on hunks in large diffs. #6524
- Share menu multiple selection support. #6542
- Comments don't show on non-checked out PR when closing and re-opening the file from the PRs veiw. #6571
- Create Pull Request Suggestions silently fails when the suggestion is on the first line. #6603
Thank You
- @mikeseese (Mike Seese): Add opt-in to always prompt for repo for issue creation and add comment to issue file specifying the repo PR #6115
- @NellyWhads (Nelly Whads): Remove the python language user mention exception PR #6525
- @Ronny-zzl (Zhang): Don't show hover cards for @-mentioned users in JSDocs in jsx and tsx files PR #6531