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",
|
"name": "vsc-material-theme",
|
||||||
"displayName": "Material Theme",
|
"displayName": "Material Theme",
|
||||||
"description": "The most epic theme now for Visual Studio Code",
|
"description": "The most epic theme now for Visual Studio Code",
|
||||||
"version": "31.0.0",
|
"version": "31.1.0",
|
||||||
"publisher": "Equinusocio",
|
"publisher": "Equinusocio",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"author": "Mattia Astorino [@equinusocio]",
|
"author": "Mattia Astorino [@equinusocio]",
|
||||||
|
@ -48,7 +48,9 @@
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"*"
|
"*"
|
||||||
],
|
],
|
||||||
"extensionKind": "ui",
|
"extensionKind": [
|
||||||
|
"ui"
|
||||||
|
],
|
||||||
"main": "./build/material.theme.config",
|
"main": "./build/material.theme.config",
|
||||||
"contributes": {
|
"contributes": {
|
||||||
"commands": [
|
"commands": [
|
||||||
|
|
Loading…
Reference in a new issue