Merge pull request #199513 from microsoft/hediet/b/joint-ptarmigan

Adopts diff-multiple icon
This commit is contained in:
Henning Dieterichs
2023-11-29 11:00:03 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
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"
}
],
@@ -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,