From 8090e74a6a0f24d1555ef5a2e40b1cd1235a34d5 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Mon, 6 Jan 2020 18:59:38 +0100 Subject: [PATCH] chore: fix extensionKind --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9d0ea9e..f8674e6 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.0.0", + "version": "31.1.0", "publisher": "Equinusocio", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]", @@ -48,7 +48,9 @@ "activationEvents": [ "*" ], - "extensionKind": "ui", + "extensionKind": [ + "ui" + ], "main": "./build/material.theme.config", "contributes": { "commands": [