Ver código fonte

Changes alt of toggle blame to toggle heatmap

main
Eric Amodio 6 anos atrás
pai
commit
a4972f86c2
2 arquivos alterados com 2 adições e 1 exclusões
  1. +1
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 1
- 0
CHANGELOG.md Ver arquivo

@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Changed
- Changes the `alt`-command of the _Toggle File Blame Annotations_ command (`gitlens.toggleFileBlame`) to _Toggle File Heatmap Annotations_ command (`gitlens.toggleFileHeatmap`)
- Reworks the layout of some contributed menu command
### Fixed

+ 1
- 1
package.json Ver arquivo

@ -3311,7 +3311,7 @@
},
{
"command": "gitlens.toggleFileBlame",
"alt": "gitlens.toggleFileRecentChanges",
"alt": "gitlens.toggleFileHeatmap",
"when": "gitlens:activeFileStatus =~ /blameable/ && !gitlens:annotationStatus && config.gitlens.menus.editorGroup.blame",
"group": "navigation@100"
},

Carregando…
Cancelar
Salvar