PR Flow: Close the loop between committing and creating a PR #151589
Labels
feature-request
Request for new features or functionality
git
GIT issues
on-testplan
plan-item
VS Code - planned item for upcoming
Milestone
For our selfhosting PR flow purposes, today VS Code will automatically commit in a brand new randomly named branch, if the user's sitting on
main
. But there's still manual work required to go from there to having a PR created.One suggestion would be to leverage the
git.postCommitCommand
setting and have GHPRI participate in there.@alexr00 has suggested the following experience: it would be ideal if, right after committing something which caused VS Code to generate and switch to a new branch, the PR creation view would pop up, so ideally all the user has to do is click
Create PR
.The text was updated successfully, but these errors were encountered: