Open
Description
https://github.com/microsoft/vscode-internalbacklog/issues/1021
With githubIssues.alwaysCreateDraftPR
it might make sense to ask the user where to branch off from and if to branch off at all (related #1706).
Currently when working on an issue and starting to work on another issue, the branch is first switched back to master
and then the new branch is created from there. If not working on an issue, the current branch is branched off from. Doing this automatically is not transparent to the user.