mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
Git - add option to ignore whitespace for the blame information (#284260)
This commit is contained in:
@@ -3903,6 +3903,11 @@
|
||||
"default": "${authorName} (${authorDateAgo})",
|
||||
"markdownDescription": "%config.blameStatusBarItem.template%"
|
||||
},
|
||||
"git.blame.ignoreWhitespace": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"markdownDescription": "%config.blameIgnoreWhitespace%"
|
||||
},
|
||||
"git.commitShortHashLength": {
|
||||
"type": "number",
|
||||
"default": 7,
|
||||
|
||||
Reference in New Issue
Block a user