Skip to content

Commit b892ee9

Browse files
authored
Merge pull request microsoft#199513 from microsoft/hediet/b/joint-ptarmigan
Adopts diff-multiple icon
2 parents 25b58ba + 2ec8b37 commit b892ee9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

extensions/git/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@
699699
{
700700
"command": "git.timeline.openCommit",
701701
"title": "%command.timelineOpenCommit%",
702-
"icon": "$(tasklist)",
702+
"icon": "$(diff-multiple)",
703703
"category": "Git"
704704
},
705705
{
@@ -765,13 +765,13 @@
765765
{
766766
"command": "git.viewChanges",
767767
"title": "%command.viewChanges%",
768-
"icon": "$(tasklist)",
768+
"icon": "$(diff-multiple)",
769769
"category": "Git"
770770
},
771771
{
772772
"command": "git.viewStagedChanges",
773773
"title": "%command.viewStagedChanges%",
774-
"icon": "$(tasklist)",
774+
"icon": "$(diff-multiple)",
775775
"category": "Git"
776776
}
777777
],

src/vs/workbench/contrib/scm/browser/scmViewPane.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,7 @@ class HistoryItemViewChangesAction extends Action2 {
17291729
super({
17301730
id: `workbench.scm.action.historyItemViewChanges`,
17311731
title: localize('historyItemViewChanges', "View Changes"),
1732-
icon: Codicon.tasklist,
1732+
icon: Codicon.diffMultiple,
17331733
f1: false,
17341734
menu: {
17351735
id: MenuId.SCMHistoryItem,

0 commit comments

Comments
 (0)