From b4fa7f2e27bc7656ac2753d4a96aab23ef3feaef Mon Sep 17 00:00:00 2001 From: Joao Date: Wed, 30 Aug 2017 15:25:15 +0200 Subject: [PATCH] fixes #33499 --- extensions/git/package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/extensions/git/package.json b/extensions/git/package.json index 66b78d574b1..42a2920114a 100644 --- a/extensions/git/package.json +++ b/extensions/git/package.json @@ -30,7 +30,11 @@ { "command": "git.init", "title": "%command.init%", - "category": "Git" + "category": "Git", + "icon": { + "light": "resources/icons/light/git.svg", + "dark": "resources/icons/dark/git.svg" + } }, { "command": "git.close",