From e8b01ade926ba5ce0d9cda6ddea6cd7df4a8727c Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 11 Jan 2020 00:17:59 +0100 Subject: [PATCH] update extensionPack --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6710ad9..6e895c2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vsc-material-theme", "displayName": "Material Theme", "description": "The most epic theme now for Visual Studio Code", - "version": "31.16.0", + "version": "31.17.0", "publisher": "Equinusocio", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]", @@ -24,7 +24,8 @@ "url": "https://github.com/material-theme/vsc-material-theme/issues" }, "extensionPack": [ - "equinusocio.vsc-community-material-theme" + "equinusocio.vsc-community-material-theme", + "equinusocio.vsc-material-theme-icons" ], "engines": { "node": "<=10",