mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Git - Add setting to remember post commit command (#158449)
This commit is contained in:
@@ -2192,6 +2192,12 @@
|
||||
"scope": "resource",
|
||||
"default": "none"
|
||||
},
|
||||
"git.rememberPostCommitCommand": {
|
||||
"type": "boolean",
|
||||
"description": "%config.rememberPostCommitCommand%",
|
||||
"scope": "resource",
|
||||
"default": false
|
||||
},
|
||||
"git.openAfterClone": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
||||
Reference in New Issue
Block a user