chore: fix extensionKind
This commit is contained in:
parent
8309199940
commit
8090e74a6a
1 changed files with 4 additions and 2 deletions
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue