This extension used to use the latest commit message content to pre-fill the PR title and description when using the Create Pull Request feature. Now it only pre-fills the title and leaves the description blank. Did this behavior change intentionally? If so, is there a setting to switch it back?
- Extension version: 0.36.2
- VSCode Version: 1.64.2
- OS: MacOS 10.15.7
Steps to Reproduce:
- Create a new branch
- Add a commit to that branch with a multi-line commit message
- Click the "Create Pull Request" button in the Source Control pane
- See that the Title is set to the first line of the commit message but the description is blank.