"markdownDescription":"Specifies whether to show pull requests (if any) associated with commits in the _Branches_ view. Requires a connection to a supported remote service (e.g. GitHub)",
"scope":"window"
},
"gitlens.views.branches.showBranchComparison":{
"anyOf":[
{
"enum":[
false
]
},
{
"type":"string",
"enum":[
"branch"
],
"enumDescriptions":[
"Compares the branch with a user-selected reference"
]
}
],
"default":"branch",
"markdownDescription":"Specifies whether to show a comparison of the branch with a user-selected reference (branch, tag. etc) in the _Branches_ view",
"scope":"window"
},
"gitlens.views.commitFileFormat":{
"type":"string",
"default":"${file}",
@ -1666,13 +1687,13 @@
"working"
],
"enumDescriptions":[
"Compares the current branch to the user-selected reference",
"Compares the working tree to the user-selected reference"
"Compares the current branch with a user-selected reference",
"Compares the working tree with a 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 _Commits_ view",
"markdownDescription":"Specifies whether to show a comparison of the current branch or the working tree with a user-selected reference (branch, tag. etc) in the _Commits_ view",
"scope":"window"
},
"gitlens.views.compare.avatars":{
@ -1973,13 +1994,13 @@
"working"
],
"enumDescriptions":[
"Compares the current branch to the user-selected reference",
"Compares the working tree to the user-selected reference"
"Compares the current branch with a user-selected reference",
"Compares the working tree with a 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 _Repositories_ view",
"markdownDescription":"Specifies whether to show a comparison of the current branch or the working tree with a user-selected reference (branch, tag. etc) in the _Repositories_ view",