chore: re-added vscode engine
This commit is contained in:
parent
4faf80eaaa
commit
c0b096c5f0
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@
|
||||||
"equinusocio.vsc-material-theme-icons"
|
"equinusocio.vsc-material-theme-icons"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12"
|
"node": ">=12",
|
||||||
|
"vscode": "^1.51.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