-
Notifications
You must be signed in to change notification settings - Fork 666
Closed
Labels
Milestone
Description
Refs: #1128
- anyOS @tanhakabir
- anyOS @hediet
Complexity: 3
Pull Request notifications can be turned on/off with the githubPullRequests.notifications
setting. Currently, notifications are turned on by default, however, notifications will be turned off by default before release.
- Install the pre-release build of GitHub Pull Requests and Issues.
- Open a folder in VS Code that contains a GitHub repository.
- Set the
githubPullRequests.notifications
setting toPullRequests
- Create a GitHub notification for you on an open Pull Request of the open repository. How to do this depends on your notification settings (possibly just a comment on a PR you are watching). You'll either need a second account or a colleague for this.
- Check if the GitHub icon shows a badge indicating a Notification. This can take up to 1 min to update.
- Check in the All Pull Requests view if the PR with the notification is highlighted with a different font color and a notification badge to the right of its tree node.
- Set the
githubPullRequests.notifications
setting tooff
- Check if all indications of a notification have disappeared (GitHub Badge and PR Tree Node)
- Set the
githubPullRequests.notifications
setting toPullRequests
- Go to the Pull Request with the notification and open the Description (PR overview). This will mark the notification as read.
- Check if all the indications have been removed for this PR (GitHub Badge and PR Tree Node highlighting).
This is how the notification should be displayed. The badge indicated how many PR's have a notification and the PR with the notification will be highlighted in a different font color and a round badge to the right of it.