Adopts diff-multiple icon

This commit is contained in:
Henning Dieterichs 2023-11-29 10:43:12 +01:00
parent ee6922b849
commit 2ec8b37bf3
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06
2 changed files with 4 additions and 4 deletions

View file

@ -699,7 +699,7 @@
{
"command": "git.timeline.openCommit",
"title": "%command.timelineOpenCommit%",
"icon": "$(tasklist)",
"icon": "$(diff-multiple)",
"category": "Git"
},
{
@ -765,13 +765,13 @@
{
"command": "git.viewChanges",
"title": "%command.viewChanges%",
"icon": "$(tasklist)",
"icon": "$(diff-multiple)",
"category": "Git"
},
{
"command": "git.viewStagedChanges",
"title": "%command.viewStagedChanges%",
"icon": "$(tasklist)",
"icon": "$(diff-multiple)",
"category": "Git"
}
],

View file

@ -1729,7 +1729,7 @@ class HistoryItemViewChangesAction extends Action2 {
super({
id: `workbench.scm.action.historyItemViewChanges`,
title: localize('historyItemViewChanges', "View Changes"),
icon: Codicon.tasklist,
icon: Codicon.diffMultiple,
f1: false,
menu: {
id: MenuId.SCMHistoryItem,