Git - add file decoration provider for incoming changes (#204919)

* Initial implementation of a file decoration provider and quick diff provider

* Refactor file decoration provider

* Add incomingChanges to history provider

* Move decoration provider

* Move things around

* Add separate color for renamed incoming change

* Remove include that is not needed
This commit is contained in:
Ladislau Szomoru
2024-02-11 07:39:43 +01:00
committed by GitHub
parent 2aae82a102
commit c19383a66d
4 changed files with 173 additions and 18 deletions

View File

@@ -286,6 +286,10 @@
"colors.ignored": "Color for ignored resources.",
"colors.conflict": "Color for resources with conflicts.",
"colors.submodule": "Color for submodule resources.",
"colors.incomingAdded": "Color for added incoming resource.",
"colors.incomingDeleted": "Color for deleted incoming resource.",
"colors.incomingRenamed": "Color for renamed incoming resource.",
"colors.incomingModified": "Color for modified incoming resource.",
"view.workbench.scm.missing.windows": {
"message": "[Download Git for Windows](https://git-scm.com/download/win)\nAfter installing, please [reload](command:workbench.action.reloadWindow) (or [troubleshoot](command:git.showOutput)). Additional source control providers can be installed [from the Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22).",
"comment": [