Update minimun vscode version
This commit is contained in:
parent
84efaf9ff0
commit
ea41ae82e7
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "<=10",
|
"node": "<=10",
|
||||||
"vscode": ">=1.1.36"
|
"vscode": ">=1.40.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yarn cleanup && yarn build:ts && yarn build:generate-themes && yarn build:ui",
|
"build": "yarn cleanup && yarn build:ts && yarn build:generate-themes && yarn build:ui",
|
||||||
|
|
Loading…
Reference in a new issue