@ -809,7 +809,7 @@ See also [View Settings](#view-settings- 'Jump to the View settings')
| `gitlens.views.repositories.includeWorkingTree` | Specifies whether to include working tree file status for each repository in the _Repositories_ view |
| `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.showBranches` | Specifies whether to show the branches for each repository in the _Repositories_ view |
| `itlens.views.repositories.showCommits` | Specifies whether to show the commits on the current branch for each repository in the _Repositories_ view |
| `gitlens.views.repositories.showCommits` | Specifies whether to show the commits on the current branch for each repository in the _Repositories_ view |
| `gitlens.views.repositories.showContributors` | Specifies whether to show the contributors for each repository in the _Repositories_ view |
| `gitlens.views.repositories.showIncomingActivity` | Specifies whether to show the experimental incoming activity for each repository in the _Repositories_ view |
| `gitlens.views.repositories.showRemotes` | Specifies whether to show the remotes for each repository in the _Repositories_ view |
@ -1027,7 +1027,7 @@ See also [View Settings](#view-settings- 'Jump to the View settings')
| `gitlens.mode.statusBar.alignment` | Specifies the active GitLens mode alignment in the status bar<br/><br/>`left` - aligns to the left<br/>`right` - aligns to the right |
| `gitlens.modes` | Specifies the user-defined GitLens modes<br/><br/>Example — adds heatmap annotations to the _Reviewing_ mode<br/>`"gitlens.modes": { "review": { "annotations": "heatmap" } }`<br/><br/>Example — adds a new _Annotating_ mode with blame annotations<br/>`"gitlens.modes": {`<br/> `"annotate": {`<br/> `"name": "Annotating",`<br/> `"statusBarItemName": "Annotating",`<br/> `"description": "for root cause analysis",`<br/> `"annotations": "blame",`<br/> `"codeLens": false,`<br/> `"currentLine": false,`<br/> `"hovers": true`<br/> `}`<br/>`}` |