mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
Git - Add "View All Changes" action + polish (#202327)
* Make allChanges a distinct historyItem element * Add allChanges menu contribution * Add View All Changes command * Rename "Open Commit" to "View Commit" * Pass the correct argument when getting "All Changes" node
This commit is contained in:
@@ -112,9 +112,8 @@
|
||||
"command.timelineCompareWithSelected": "Compare with Selected",
|
||||
"command.manageUnsafeRepositories": "Manage Unsafe Repositories",
|
||||
"command.openRepositoriesInParentFolders": "Open Repositories In Parent Folders",
|
||||
"command.viewChanges": "View Changes",
|
||||
"command.viewStagedChanges": "View Staged Changes",
|
||||
"command.openCommit": "Open Commit",
|
||||
"command.viewAllChanges": "View All Changes",
|
||||
"command.viewCommit": "View Commit",
|
||||
"command.api.getRepositories": "Get Repositories",
|
||||
"command.api.getRepositoryState": "Get Repository State",
|
||||
"command.api.getRemoteSources": "Get Remote Sources",
|
||||
|
||||
Reference in New Issue
Block a user