mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
added additional colour options for differing git staging statuses
This commit is contained in:
@@ -168,6 +168,9 @@
|
||||
"submenu.stash": "Stash",
|
||||
"colors.added": "Color for added resources.",
|
||||
"colors.modified": "Color for modified resources.",
|
||||
"colors.stageAdded": "Color for resources which have been staged.",
|
||||
"colors.stageModified": "Color for resources which have been staged, but modified.",
|
||||
"colors.stageDeleted": "Color for resources which have been staged, but deleted.",
|
||||
"colors.deleted": "Color for deleted resources.",
|
||||
"colors.untracked": "Color for untracked resources.",
|
||||
"colors.ignored": "Color for ignored resources.",
|
||||
|
||||
Reference in New Issue
Block a user