Git - enable using the editor as the git commit input (#152158)

This commit is contained in:
Ladislau Szomoru
2022-06-16 16:27:35 +02:00
committed by GitHub
parent 46d9d7acda
commit 88731bf6d6
7 changed files with 71 additions and 64 deletions

View File

@@ -2033,7 +2033,7 @@
"type": "boolean",
"scope": "resource",
"description": "%config.useEditorAsCommitInput%",
"default": false
"default": true
},
"git.verboseCommit": {
"type": "boolean",
@@ -2363,6 +2363,12 @@
"default": true,
"description": "%config.terminalAuthentication%"
},
"git.terminalGitEditor": {
"type": "boolean",
"scope": "resource",
"default": true,
"description": "%config.terminalGitEditor%"
},
"git.useCommitInputAsStashMessage": {
"type": "boolean",
"scope": "resource",