mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Git - add git.commitShortHashLength setting (#237343)
This commit is contained in:
@@ -3229,6 +3229,14 @@
|
||||
"type": "string",
|
||||
"default": "${authorName} (${authorDateAgo})",
|
||||
"markdownDescription": "%config.blameStatusBarItem.template%"
|
||||
},
|
||||
"git.commitShortHashLength": {
|
||||
"type": "number",
|
||||
"default": 7,
|
||||
"minimum": 7,
|
||||
"maximum": 40,
|
||||
"markdownDescription": "%config.commitShortHashLength%",
|
||||
"scope": "resource"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user