Browse Source

Adds missing icon

main
Eric Amodio 6 years ago
parent
commit
af57798393
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      package.json

+ 5
- 1
package.json View File

@ -1853,7 +1853,11 @@
{
"command": "gitlens.toggleFileHeatmap",
"title": "Toggle File Heatmap Annotations",
"category": "GitLens"
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-git.svg",
"light": "images/light/icon-git.svg"
}
},
{
"command": "gitlens.toggleFileRecentChanges",

Loading…
Cancel
Save