mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
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:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user