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:
Ladislau Szomoru
2024-01-12 10:46:52 +01:00
committed by GitHub
parent 5260b20317
commit 2434b7da03
9 changed files with 132 additions and 58 deletions

View File

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