diff --git a/package.json b/package.json index f13aae2..62e6d1d 100644 --- a/package.json +++ b/package.json @@ -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",