-
Notifications
You must be signed in to change notification settings - Fork 35.7k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitygitGIT issuesGIT issueson-testplanplan-itemVS Code - planned item for upcomingVS Code - planned item for upcoming
Milestone
Description
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
.
Metadata
Metadata
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitygitGIT issuesGIT issueson-testplanplan-itemVS Code - planned item for upcomingVS Code - planned item for upcoming