mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
Git - fix command titles (#198996)
This commit is contained in:
@@ -763,13 +763,13 @@
|
||||
},
|
||||
{
|
||||
"command": "git.viewChanges",
|
||||
"title": "View Changes",
|
||||
"title": "%command.viewChanges%",
|
||||
"icon": "$(tasklist)",
|
||||
"category": "Git"
|
||||
},
|
||||
{
|
||||
"command": "git.viewStagedChanges",
|
||||
"title": "View Staged Changes",
|
||||
"title": "%command.viewStagedChanges%",
|
||||
"icon": "$(tasklist)",
|
||||
"category": "Git"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user