Skip to content

0.20.0

Compare
Choose a tag to compare
@RMacfarlane RMacfarlane released this 11 Sep 15:44
· 2 commits to release/0.20 since this release

Changes

  • Pull requests and issues now follows a multi-repo model. This means that if you have folders in your workspace from different repositories you'll see the issues and pull requests from the repositories at the same time. You can also have pull requests checked out from multiple repositories.
  • There is new setting, githubPullRequests.pullRequestDescription, to control how the description is set when creating a pull request. By default, this uses the pull request template in the repository if it exists, but can also be changed to use the latest commit message, a custom message input at create time, or to ask which of these options to use. Thank you to @heaths for this feature!

Notable fixes

  • GitHub Action based status checks are now rendered on the description page.
  • Commenting on stale pull requests is better handled.