Skip to content

Commit

Permalink
Documents the fileAnnotations.command setting
Browse files Browse the repository at this point in the history
  • Loading branch information
arrpee committed Dec 1, 2020
1 parent 9c5e38e commit 5cb0974
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -835,6 +835,12 @@ See also [View Settings](#view-settings- 'Jump to the View settings')
| `gitlens.heatmap.hotColor` | Specifies the base color of the gutter heatmap annotations when the most recent change is newer (hot) than the `gitlens.heatmap.ageThreshold` value |
| `gitlens.heatmap.toggleMode` | Specifies how the gutter heatmap annotations will be toggled<br /><br />`file` - toggles each file individually<br />`window` - toggles the window, i.e. all files at once |

## File Annotations Settings [#](#file-annotation-settings- 'File Changes Settings')

| Name | Description |
| ------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| `gitlens.fileAnnotations.command` | Specifies whether the file annotations button in the editor title toggles blame, heatmap, or change annotations. Setting this to `null` (default) makes the button act as a menu |

## Git Command Palette Settings [#](#git-command-palette-settings- 'Git Command Palette Settings')

| Name | Description |
Expand All @@ -860,8 +866,6 @@ See also [View Settings](#view-settings- 'Jump to the View settings')
| Name | Description |
| -------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| `gitlens.menus` | Specifies which commands will be added to which menus |
| `gitlens.menus.annotations.behaviour` | Specifies whether the file annotations button in the editor title acts as a menu (default) or a toggle button |
| `gitlens.menus.annotations.toggleType` | Specifies whether the file annotations button toggles file blame, heatmap or changes (if behaviour is set to toggle) |

## Keyboard Shortcut Settings [#](#keyboard-shortcut-settings- 'Keyboard Shortcut Settings')

Expand Down

0 comments on commit 5cb0974

Please sign in to comment.