"markdownDescription":"Specifies when to switch between displaying files as a `tree` or `list` based on the number of files in a nesting level in the _History_ view. Only applies when `#gitlens.views.history.files.layout#` is set to `auto`",
"markdownDescription":"Specifies when to switch between displaying files as a `tree` or `list` based on the number of files in a nesting level in the _History_ view. Only applies when `#gitlens.views.history.files.layout#` is set to `auto`",
"scope":"window"
"scope":"window"
},
},
"gitlens.views.history.showBranchComparison":{
"anyOf":[
{
"enum":[
false
]
},
{
"type":"string",
"enum":[
"branch",
"working"
],
"enumDescriptions":[
"Compares the current branch to the user-selected reference",
"Compares the working tree to the user-selected reference"
]
}
],
"default":"working",
"markdownDescription":"Specifies whether to show a comparison of a user-selected reference (branch, tag. etc) to the current branch or the working tree in the _History_ view",