Update minimun vscode version

This commit is contained in:
Mattia Astorino 2019-12-26 11:46:57 +01:00
parent 84efaf9ff0
commit ea41ae82e7
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65

View file

@ -25,7 +25,7 @@
},
"engines": {
"node": "<=10",
"vscode": ">=1.1.36"
"vscode": ">=1.40.0"
},
"scripts": {
"build": "yarn cleanup && yarn build:ts && yarn build:generate-themes && yarn build:ui",