mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Adopts diff-multiple icon
This commit is contained in:
@@ -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"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user