GitHub Notifications extension for Visual Studio CodeKeep an eye on your GitHub notifications without leaving your editor! FeaturesThis extensions allows you to see GitHub notifications (https://github.com/notifications) right in VS Code. RequirementsYou must supply a GitHub personal access token (classic), obtainable at https://github.com/settings/tokens. The token will need the "notifications" scope to list notifications. Additionally, the "repo" scope can optionally be added so pull requests referred to in notifications can be indicated as merged when they are. You can update said token through the Too many notifications? Tweak settings to see less of them based on a cap or time range! Release Notes0.0.18Add "reviewBadge" setting, allowing sidebar badge to represent pending reviews instead of all new notifications. 0.0.17Try-catch GitHub response json parsing. 0.0.16Add abort controller to notification fetch call, add scheduled recovery. 0.0.15Cache merged PR status. 0.0.14Add more error-catching logic around fetch calls. 0.0.13Fix fetching cap issue. 0.0.12Recover from page fetching transient issue. 0.0.11Poll notification read status and set "notificationCap" reasonable default. 0.0.10Stop fetching merge status if a PR is known as merged. 0.0.9Add "notificationsSince" and "notificationCap" settings. 0.0.8Only fetch new notifications using "since" query parameter. 0.0.7Fetch all notification pages. 0.0.6Added approval_request & WorkflowRun icon support. 0.0.5Added graceful handling of transient network issues. 0.0.4Fixed README.md with extension screenshot. 0.0.3Added extension-stored "done" status tracking. 0.0.2Added NEW and READ panels, supporting both read and unread notifications. 0.0.1Initial release! |