git.postCommitCommand

fixes #62058
This commit is contained in:
Joao Moreno
2018-11-19 11:31:07 +01:00
parent b896eff28c
commit eb6025ec9b
3 changed files with 42 additions and 3 deletions

View File

@@ -1096,6 +1096,21 @@
"default": true,
"description": "%config.promptToSaveFilesBeforeCommit%"
},
"git.postCommitCommand": {
"type": "string",
"enum": [
"none",
"push",
"sync"
],
"enumDescriptions": [
"%config.postCommitCommand.none%",
"%config.postCommitCommand.push%",
"%config.postCommitCommand.sync%"
],
"markdownDescription": "%config.postCommitCommand%",
"default": "none"
},
"git.showInlineOpenFileAction": {
"type": "boolean",
"default": true,
@@ -1353,4 +1368,4 @@
"@types/which": "^1.0.28",
"mocha": "^3.2.0"
}
}
}