Adopts diff-multiple icon

This commit is contained in:
Henning Dieterichs
2023-11-29 10:43:12 +01:00
parent ee6922b849
commit 2ec8b37bf3
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"
}
],