@ -760,7 +760,6 @@ See also [View Settings](#view-settings- 'Jump to the View settings')
| `gitlens.views.repositories.files.layout` | Specifies how the _Repositories_ view will display files<br/><br/>`auto` - automatically switches between displaying files as a `tree` or `list` based on the `gitlens.views.repositories.files.threshold` value and the number of files at each nesting level<br/>`list` - displays files as a list<br/>`tree` - displays files as a tree |
| `gitlens.views.repositories.files.threshold` | Specifies when to switch between displaying files as a `tree` or `list` based on the number of files in a nesting level in the _Repositories_ view. Only applies when `gitlens.views.repositories.files.layout` is set to `auto` |
| `gitlens.views.repositories.includeWorkingTree` | Specifies whether to include working tree file status for each repository in the _Repositories_ view |
| `gitlens.views.repositories.location` | Specifies where to show the _Repositories_ view<br/><br/>`gitlens` - adds to the GitLens side bar<br/>`explorer` - adds to the Explorer side bar<br/>`scm` - adds to the Source Control side bar |
| `gitlens.views.repositories.showBranchComparison` | 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 |
| `gitlens.views.repositories.showTrackingBranch` | Specifies whether to show the tracking branch when displaying local branches in the _Repositories_ view |
@ -772,7 +771,6 @@ See also [View Settings](#view-settings- 'Jump to the View settings')
| `gitlens.views.fileHistory.avatars` | Specifies whether to show avatar images instead of status icons in the _File History_ view |
| `gitlens.views.fileHistory.enabled` | Specifies whether to show the _File History_ view |
| `gitlens.views.fileHistory.location` | Specifies where to show the _File History_ view<br/><br/>`gitlens` - adds to the GitLens side bar<br/>`explorer` - adds to the Explorer side bar<br/>`scm` - adds to the Source Control side bar |
### Line History View Settings [#](#line-history-view-settings- 'Line History View Settings')
@ -782,7 +780,6 @@ See also [View Settings](#view-settings- 'Jump to the View settings')
| `gitlens.views.lineHistory.avatars` | Specifies whether to show avatar images instead of status icons in the _Line History_ view |
| `gitlens.views.lineHistory.enabled` | Specifies whether to show the _Line History_ view |
| `gitlens.views.lineHistory.location` | Specifies where to show the _Line History_ view<br/><br/>`gitlens` - adds to the GitLens side bar<br/>`explorer` - adds to the Explorer side bar<br/>`scm` - adds to the Source Control side bar |
@ -795,7 +792,6 @@ See also [View Settings](#view-settings- 'Jump to the View settings')
| `gitlens.views.search.enabled` | Specifies whether to show the _Search Commits_ view |
| `gitlens.views.search.files.layout` | Specifies how the _Search Commits_ view will display files<br/>`auto` - automatically switches between displaying files as a `tree` or `list` based on the `gitlens.views.compare.files.threshold` value and the number of files at each nesting level<br/>`list` - displays files as a list<br/>`tree` - displays files as a tree |
| `gitlens.views.compare.files.threshold` | Specifies when to switch between displaying files as a `tree` or `list` based on the number of files in a nesting level in the _Search Commits_ view<br/>Only applies when `gitlens.views.compare.files.layout` is set to `auto` |
| `gitlens.views.search.location` | Specifies where to show the _Search Commits_ view<br/>`gitlens` - adds to the GitLens side bar<br/>`explorer` - adds to the Explorer side bar<br/>`scm` - adds to the Source Control side bar |
@ -808,7 +804,6 @@ See also [View Settings](#view-settings- 'Jump to the View settings')
| `gitlens.views.compare.enabled` | Specifies whether to show the _Compare_ view |
| `gitlens.views.compare.files.layout` | Specifies how the _Compare_ view will display files<br/><br/>`auto` - automatically switches between displaying files as a `tree` or `list` based on the `gitlens.views.compare.files.threshold` value and the number of files at each nesting level<br/>`list` - displays files as a list<br/>`tree` - displays files as a tree |
| `gitlens.views.compare.files.threshold` | Specifies when to switch between displaying files as a `tree` or `list` based on the number of files in a nesting level in the _Compare_ view. Only applies when `gitlens.views.compare.files.layout` is set to `auto` |
| `gitlens.views.compare.location` | Specifies where to show the _Compare_ view<br/><br/>`gitlens` - adds to the GitLens side bar<br/>`explorer` - adds to the Explorer side bar<br/>`scm` - adds to the Source Control side bar |
"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 _Compare_ view. Only applies when `#gitlens.views.compare.files.layout#` is set to `auto`",
"scope":"window"
},
"gitlens.views.compare.location":{
"type":"string",
"default":"gitlens",
"enum":[
"gitlens",
"explorer",
"scm"
],
"enumDescriptions":[
"Adds to the GitLens side bar",
"Adds to the Explorer side bar",
"Adds to the Source Control side bar"
],
"markdownDescription":"Specifies where to show the _Compare_ view",
"scope":"window"
},
"gitlens.views.contributors.avatars":{
"type":"boolean",
"default":true,
@ -1733,22 +1717,6 @@
"markdownDescription":"Specifies whether to show the _File History_ view",
"scope":"window"
},
"gitlens.views.fileHistory.location":{
"type":"string",
"default":"gitlens",
"enum":[
"gitlens",
"explorer",
"scm"
],
"enumDescriptions":[
"Adds to the GitLens side bar",
"Adds to the Explorer side bar",
"Adds to the Source Control side bar"
],
"markdownDescription":"Specifies where to show the _File History_ view",
"scope":"window"
},
"gitlens.views.lineHistory.avatars":{
"type":"boolean",
"default":true,
@ -1761,22 +1729,6 @@
"markdownDescription":"Specifies whether to show the _Line History_ view",
"scope":"window"
},
"gitlens.views.lineHistory.location":{
"type":"string",
"default":"gitlens",
"enum":[
"gitlens",
"explorer",
"scm"
],
"enumDescriptions":[
"Adds to the GitLens side bar",
"Adds to the Explorer side bar",
"Adds to the Source Control side bar"
],
"markdownDescription":"Specifies where to show the _Line History_ view",
"scope":"window"
},
"gitlens.views.remotes.avatars":{
"type":"boolean",
"default":true,
@ -1909,22 +1861,6 @@
"markdownDescription":"Specifies whether to include working tree file status for each repository in the _Repositories_ view",
"scope":"window"
},
"gitlens.views.repositories.location":{
"type":"string",
"default":"gitlens",
"enum":[
"gitlens",
"explorer",
"scm"
],
"enumDescriptions":[
"Adds to the GitLens side bar",
"Adds to the Explorer side bar",
"Adds to the Source Control side bar"
],
"markdownDescription":"Specifies where to show the _Repositories_ view",
"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 _Search Commits_ view. Only applies when `#gitlens.views.search.files.layout#` is set to `auto`",
"scope":"window"
},
"gitlens.views.search.location":{
"type":"string",
"default":"gitlens",
"enum":[
"gitlens",
"explorer",
"scm"
],
"enumDescriptions":[
"Adds to the GitLens side bar",
"Adds to the Explorer side bar",
"Adds to the Source Control side bar"
],
"markdownDescription":"Specifies where to show the _Search Commits_ view",