Merge commit 'refs/pull/60407/head' of github.com:Microsoft/vscode into pr/60407

This commit is contained in:
Joao Moreno
2019-01-04 16:51:22 +01:00
3 changed files with 17 additions and 5 deletions

View File

@@ -98,6 +98,8 @@
"config.showPushSuccessNotification": "Controls whether to show a notification when a push is successful.",
"config.inputValidation": "Controls when to show commit message input validation.",
"config.inputValidationLength": "Controls the commit message length threshold for showing a warning.",
"config.subjectValidationLength": "Controls the commit message subject length threshold for showing a warning.",
"config.bodyValidationLength": "Controls the commit message body length threshold for showing a warning.",
"config.detectSubmodules": "Controls whether to automatically detect git submodules.",
"config.detectSubmodulesLimit": "Controls the limit of git submodules detected.",
"config.alwaysShowStagedChangesResourceGroup": "Always show the Staged Changes resource group.",