Merge branch 'Issue15613_AllFilesCommitted' of https://github.com/seesemichaelj/vscode into seesemichaelj-Issue15613_AllFilesCommitted

This commit is contained in:
Joao Moreno
2017-05-04 16:32:37 +02:00
3 changed files with 35 additions and 4 deletions

View File

@@ -613,6 +613,11 @@
"type": "string",
"default": null,
"description": "%config.defaultCloneDirectory%"
},
"git.enableSmartCommit": {
"type": "boolean",
"description": "%config.enableSmartCommit%",
"default": false
}
}
}