Merge pull request #63743 from mIkhail-zaretsky/disable-smart-commit

'suggestSmartCommit' configuration setting was introduced
This commit is contained in:
João Moreno
2019-08-05 17:29:53 +02:00
committed by GitHub
3 changed files with 17 additions and 1 deletions

View File

@@ -89,6 +89,7 @@
"config.ignoreLimitWarning": "Ignores the warning when there are too many changes in a repository.",
"config.defaultCloneDirectory": "The default location to clone a git repository.",
"config.enableSmartCommit": "Commit all changes when there are no staged changes.",
"config.suggestSmartCommit": "Suggests to enable smart commit (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 whether Git contributes colors and badges to the explorer and the open editors view.",