Git - fix command titles (#198996)

This commit is contained in:
Ladislau Szomoru
2023-11-24 09:41:44 +01:00
committed by GitHub
parent 0e638f66f9
commit ed6dc7b6b3
2 changed files with 4 additions and 2 deletions

View File

@@ -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"
}