Преглед изворни кода

Changes alt of toggle blame to toggle heatmap

main
Eric Amodio пре 6 година
родитељ
комит
a4972f86c2
2 измењених фајлова са 2 додато и 1 уклоњено
  1. +1
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 1
- 0
CHANGELOG.md Прегледај датотеку

@ -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 Прегледај датотеку

@ -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"
},

Loading…
Откажи
Сачувај