add git.decorations.enabled setting, #37299

This commit is contained in:
Johannes Rieken
2017-11-01 14:41:30 +01:00
parent 155fbe80dc
commit 5efffdfcb4
3 changed files with 34 additions and 7 deletions

View File

@@ -57,6 +57,7 @@
"config.enableSmartCommit": "Commit all changes when there are no staged changes.",
"config.enableCommitSigning": "Enables commit signing with GPG.",
"config.discardAllScope": "Controls what changes are discarded by the `Discard all changes` command. `all` discards all changes. `tracked` discards only tracked files. `prompt` shows a prompt dialog every time the action is run.",
"config.decorations.enabled": "Controls if Git contributes colors and badges to the explorer and the open editors view.",
"colors.modified": "Color for modified resources.",
"colors.deleted": "Color for deleted resources.",
"colors.untracked": "Color for untracked resources.",