Skip to content

Commit af57798

Browse files
committed
Adds missing icon
1 parent fbaed2c commit af57798

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1853,7 +1853,11 @@
18531853
{
18541854
"command": "gitlens.toggleFileHeatmap",
18551855
"title": "Toggle File Heatmap Annotations",
1856-
"category": "GitLens"
1856+
"category": "GitLens",
1857+
"icon": {
1858+
"dark": "images/dark/icon-git.svg",
1859+
"light": "images/light/icon-git.svg"
1860+
}
18571861
},
18581862
{
18591863
"command": "gitlens.toggleFileRecentChanges",

0 commit comments

Comments
 (0)