-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test: GHPRI - Notifications view #6329
Comments
I love that the notifications viewlet provides the opportunity to look through notifications from within VS Code! |
Refs: https://github.com/microsoft/vscode-internalbacklog/issues/5100
Complexity: 4
Authors: @lszomoru, @alexr00, @aiday-mar
Create Issue
This milestone we have added a new Notifications view (experimental) to assist with dealing with GitHub notifications. The new view is powered by VS Code's LLM capabilities to help summarize, and prioritize notifications.
Prerequisites
"githubPullRequests.experimental.chat": true
"githubPullRequests.experimental.notificationsView": true
Notifications view
Notifications view (actions)
Notifications view (load more)
"githubPullRequests.experimental.notificationsViewPageSize": 1
Notifications view (Prioritize with Copilot)
"githubPullRequests.experimental.notificationsScore": true
...
click on "Sort by Priority using Copilot"The text was updated successfully, but these errors were encountered: