|
88 | 88 | "githubPullRequests.createDefaultBaseBranch.auto": "When the current repository is a fork, this will work like \"repositoryDefault\". Otherwise, it will work like \"createdFromBranch\".", |
89 | 89 | "githubPullRequests.experimental.chat.description": "Enables the `@githubpr` Copilot chat participant in the chat view. `@githubpr` can help search for issues and pull requests, suggest fixes for issues, and summarize issues, pull requests, and notifications.", |
90 | 90 | "githubPullRequests.experimental.notificationsView.description": "Enables the notifications view, which shows a list of your GitHub notifications. When combined with `#githubPullRequests.experimental.chat#`, you can have Copilot sort and summarize your notifications. View will not show in a Codespace accessed from the browser.", |
91 | | - "githubPullRequests.experimental.notificationsMarkPullRequests.description": "Adds an action in the Notifications view to mark merged pull requests with no reviews, comments, or commits since you last viewed the pull request as read.", |
| 91 | + "githubPullRequests.experimental.notificationsMarkPullRequests.description": "Adds an action in the Notifications view to mark pull requests with no non-empty reviews, comments, or commits since you last viewed the pull request as read.", |
92 | 92 | "githubPullRequests.experimental.useQuickChat.description": "Controls whether the Copilot \"Summarize\" commands in the Pull Requests, Issues, and Notifications views will use quick chat. Only has an effect if `#githubPullRequests.experimental.chat#` is enabled.", |
93 | 93 | "githubIssues.ignoreMilestones.description": "An array of milestones titles to never show issues from.", |
94 | 94 | "githubIssues.createIssueTriggers.description": "Strings that will cause the 'Create issue from comment' code action to show.", |
|
299 | 299 | "command.notifications.openOnGitHub.title": "Open on GitHub", |
300 | 300 | "command.notifications.markAsRead.title": "Mark as Read", |
301 | 301 | "command.notifications.markAsDone.title": "Mark as Done", |
302 | | - "command.notifications.markMergedPullRequestsAsRead.title": "Mark Merged Pull Requests as Read", |
303 | | - "command.notifications.markMergedPullRequestsAsDone.title": "Mark Merged Pull Requests as Done", |
| 302 | + "command.notifications.markPullRequestsAsRead.title": "Mark Pull Requests as Read", |
| 303 | + "command.notifications.markPullRequestsAsDone.title": "Mark Pull Requests as Done", |
304 | 304 | "command.notification.chatSummarizeNotification.title": "Summarize With Copilot", |
305 | 305 | "welcome.github.login.contents": { |
306 | 306 | "message": "You have not yet signed in with GitHub\n[Sign in](command:pr.signin)", |
|
0 commit comments