Добавление логотипа в развитие расширения VSCODE

// package.json
{
    "name": "extension-name",
    "displayName": "Extension Name",
    "description": "...",
    "icon": "images/spellIcon.png",
    "version": "0.0.1",
}
deejay