File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/vs/workbench/contrib/scm/browser Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 699
699
{
700
700
"command" : " git.timeline.openCommit" ,
701
701
"title" : " %command.timelineOpenCommit%" ,
702
- "icon" : " $(tasklist )" ,
702
+ "icon" : " $(diff-multiple )" ,
703
703
"category" : " Git"
704
704
},
705
705
{
765
765
{
766
766
"command" : " git.viewChanges" ,
767
767
"title" : " %command.viewChanges%" ,
768
- "icon" : " $(tasklist )" ,
768
+ "icon" : " $(diff-multiple )" ,
769
769
"category" : " Git"
770
770
},
771
771
{
772
772
"command" : " git.viewStagedChanges" ,
773
773
"title" : " %command.viewStagedChanges%" ,
774
- "icon" : " $(tasklist )" ,
774
+ "icon" : " $(diff-multiple )" ,
775
775
"category" : " Git"
776
776
}
777
777
],
Original file line number Diff line number Diff line change @@ -1729,7 +1729,7 @@ class HistoryItemViewChangesAction extends Action2 {
1729
1729
super ( {
1730
1730
id : `workbench.scm.action.historyItemViewChanges` ,
1731
1731
title : localize ( 'historyItemViewChanges' , "View Changes" ) ,
1732
- icon : Codicon . tasklist ,
1732
+ icon : Codicon . diffMultiple ,
1733
1733
f1 : false ,
1734
1734
menu : {
1735
1735
id : MenuId . SCMHistoryItem ,
You can’t perform that action at this time.
0 commit comments