chore: fix extensionKind

This commit is contained in:
Mattia Astorino 2020-01-06 18:59:38 +01:00
parent 8309199940
commit 8090e74a6a
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65

View file

@ -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": [