Git - add option to ignore whitespace for the blame information (#284260)

This commit is contained in:
Ladislau Szomoru
2025-12-18 14:53:58 +00:00
committed by GitHub
parent e3523eda7d
commit 6d28298bb5
5 changed files with 28 additions and 2 deletions

View File

@@ -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,