|
465 | 465 | "markdownDescription": "%githubPullRequests.experimental.chat.description%", |
466 | 466 | "default": false |
467 | 467 | }, |
468 | | - "githubPullRequests.experimental.notificationsView": { |
469 | | - "type": "boolean", |
470 | | - "markdownDescription": "%githubPullRequests.experimental.notificationsView.description%", |
471 | | - "default": false |
472 | | - }, |
473 | 468 | "githubPullRequests.experimental.notificationsMarkPullRequests": { |
474 | 469 | "type": "string", |
475 | 470 | "markdownDescription": "%githubPullRequests.experimental.notificationsMarkPullRequests.description%", |
|
717 | 712 | "name": "%view.notifications.github.name%", |
718 | 713 | "when": "ReposManagerStateContext != NeedsAuthentication && !github:resolvingConflicts && config.githubPullRequests.experimental.notificationsView && (remoteName != codespaces || !isWeb)", |
719 | 714 | "icon": "$(bell)", |
720 | | - "accessibilityHelpContent": "%view.pr.github.accessibilityHelpContent%" |
| 715 | + "accessibilityHelpContent": "%view.pr.github.accessibilityHelpContent%", |
| 716 | + "visibility": "collapsed" |
721 | 717 | }, |
722 | 718 | { |
723 | 719 | "id": "github:conflictResolution", |
|
732 | 728 | "type": "webview", |
733 | 729 | "name": "%view.github.create.pull.request.name%", |
734 | 730 | "when": "github:createPullRequest || github:revertPullRequest", |
| 731 | + "icon": "$(git-pull-request-create)", |
735 | 732 | "visibility": "visible", |
736 | 733 | "initialSize": 2 |
737 | 734 | }, |
738 | 735 | { |
739 | 736 | "id": "github:compareChangesFiles", |
740 | 737 | "name": "%view.github.compare.changes.name%", |
741 | 738 | "when": "github:createPullRequest", |
| 739 | + "icon": "$(git-compare)", |
742 | 740 | "visibility": "visible", |
743 | 741 | "initialSize": 1 |
744 | 742 | }, |
745 | 743 | { |
746 | 744 | "id": "github:compareChangesCommits", |
747 | 745 | "name": "%view.github.compare.changesCommits.name%", |
748 | 746 | "when": "github:createPullRequest", |
| 747 | + "icon": "$(git-compare)", |
749 | 748 | "visibility": "visible", |
750 | 749 | "initialSize": 1 |
751 | 750 | }, |
|
762 | 761 | "type": "webview", |
763 | 762 | "name": "%view.github.active.pull.request.name%", |
764 | 763 | "when": "github:inReviewMode && github:focusedReview && !github:createPullRequest && !github:revertPullRequest && github:activePRCount <= 1", |
| 764 | + "icon": "$(git-pull-request)", |
765 | 765 | "initialSize": 2 |
766 | 766 | }, |
767 | 767 | { |
768 | 768 | "id": "github:activePullRequest:welcome", |
769 | 769 | "name": "%view.github.active.pull.request.welcome.name%", |
770 | | - "when": "!github:stateValidated && github:focusedReview" |
| 770 | + "when": "!github:stateValidated && github:focusedReview", |
| 771 | + "icon": "$(git-pull-request)" |
771 | 772 | } |
772 | 773 | ] |
773 | 774 | }, |
|
0 commit comments