🐛 remove git init icon

fixes #21103
This commit is contained in:
Joao Moreno 2017-04-27 11:25:30 +02:00
parent 11ff12299c
commit f0fe019745

View file

@ -30,11 +30,7 @@
{
"command": "git.init",
"title": "%command.init%",
"category": "Git",
"icon": {
"light": "resources/icons/light/git.svg",
"dark": "resources/icons/dark/git.svg"
}
"category": "Git"
},
{
"command": "git.refresh",