Browse Source

Renames the explore repo from here command

main
Eric Amodio 6 years ago
parent
commit
99ec87f77c
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 1
- 0
CHANGELOG.md View File

@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Changes the _Show Revision Details_ command (`gitlens.showQuickRevisionDetails`) to show file commit details - Changes the _Show Revision Details_ command (`gitlens.showQuickRevisionDetails`) to show file commit details
- Changes the `alt`-command of the _Toggle File Blame Annotations_ command (`gitlens.toggleFileBlame`) to _Toggle File Heatmap Annotations_ command (`gitlens.toggleFileHeatmap`) - Changes the `alt`-command of the _Toggle File Blame Annotations_ command (`gitlens.toggleFileBlame`) to _Toggle File Heatmap Annotations_ command (`gitlens.toggleFileHeatmap`)
- Changes searching for commits by message to be case-insensitive - Changes searching for commits by message to be case-insensitive
- Renames the _Explore the Repository from Here_ command (`gitlens.views.exploreRepoRevision`) to _Explore Repository from Here_
- Reworks the layout of some contributed menu command - Reworks the layout of some contributed menu command
### Fixed ### Fixed

+ 1
- 1
package.json View File

@ -2061,7 +2061,7 @@
}, },
{ {
"command": "gitlens.views.exploreRepoRevision", "command": "gitlens.views.exploreRepoRevision",
"title": "Explore the Repository from Here",
"title": "Explore Repository from Here",
"category": "GitLens" "category": "GitLens"
}, },
{ {

Loading…
Cancel
Save