This commit is contained in:
Joao Moreno
2017-08-15 11:31:26 +02:00
parent 0c504ea0b0
commit bbe70bc9b9
3 changed files with 71 additions and 7 deletions

View File

@@ -52,5 +52,6 @@
"config.ignoreLimitWarning": "Ignores the warning when there are too many changes in a repository",
"config.defaultCloneDirectory": "The default location where to clone a git repository",
"config.enableSmartCommit": "Commit all changes when there are no staged changes.",
"config.enableCommitSigning": "Enables commit signing with GPG."
"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."
}