|
1533 | 1533 | "category": "%command.issues.category%", |
1534 | 1534 | "icon": "$(sparkle)" |
1535 | 1535 | }, |
| 1536 | + { |
| 1537 | + "command": "issues.configureIssuesViewlet", |
| 1538 | + "title": "%command.issues.configureIssuesViewlet.title%", |
| 1539 | + "category": "%command.issues.category%", |
| 1540 | + "icon": "$(gear)" |
| 1541 | + }, |
1536 | 1542 | { |
1537 | 1543 | "command": "notifications.refresh", |
1538 | 1544 | "title": "%command.notifications.refresh.title%", |
|
1589 | 1595 | "title": "%command.notifications.markPullRequestsAsDone.title%", |
1590 | 1596 | "category": "%command.notifications.category%", |
1591 | 1597 | "icon": "$(git-pull-request)" |
| 1598 | + }, |
| 1599 | + { |
| 1600 | + "command": "notifications.configureNotificationsViewlet", |
| 1601 | + "title": "%command.notifications.configureNotificationsViewlet.title%", |
| 1602 | + "category": "%command.notifications.category%", |
| 1603 | + "icon": "$(gear)" |
1592 | 1604 | } |
1593 | 1605 | ], |
1594 | 1606 | "viewsWelcome": [ |
|
2217 | 2229 | "command": "issue.copyGithubHeadLinkWithoutRange", |
2218 | 2230 | "when": "false" |
2219 | 2231 | }, |
| 2232 | + { |
| 2233 | + "command": "issues.configureIssuesViewlet", |
| 2234 | + "when": "false" |
| 2235 | + }, |
2220 | 2236 | { |
2221 | 2237 | "command": "pr.refreshActivePullRequest", |
2222 | 2238 | "when": "false" |
|
2285 | 2301 | "command": "notifications.markPullRequestsAsDone", |
2286 | 2302 | "when": "false" |
2287 | 2303 | }, |
| 2304 | + { |
| 2305 | + "command": "notifications.configureNotificationsViewlet", |
| 2306 | + "when": "false" |
| 2307 | + }, |
2288 | 2308 | { |
2289 | 2309 | "command": "review.copyPrLink", |
2290 | 2310 | "when": "github:inReviewMode" |
|
2357 | 2377 | "group": "overflow@1" |
2358 | 2378 | }, |
2359 | 2379 | { |
2360 | | - "command": "pr.configurePRViewlet", |
| 2380 | + "command": "issues.configureIssuesViewlet", |
2361 | 2381 | "when": "gitHubOpenRepositoryCount != 0 && github:initialized && view == issues:github", |
2362 | 2382 | "group": "overflow@2" |
2363 | 2383 | }, |
|
2416 | 2436 | "when": "gitHubOpenRepositoryCount != 0 && github:initialized && view == notifications:github", |
2417 | 2437 | "group": "sortNotifications@2" |
2418 | 2438 | }, |
| 2439 | + { |
| 2440 | + "command": "notifications.configureNotificationsViewlet", |
| 2441 | + "when": "view == notifications:github", |
| 2442 | + "group": "sortNotifications@3" |
| 2443 | + }, |
2419 | 2444 | { |
2420 | 2445 | "command": "notifications.markPullRequestsAsRead", |
2421 | 2446 | "when": "gitHubOpenRepositoryCount != 0 && github:initialized && view == notifications:github && config.githubPullRequests.experimental.notificationsMarkPullRequests == markAsRead", |
|
0 commit comments