From c0b096c5f07e2a313722af1fa73ead1a7e33912b Mon Sep 17 00:00:00 2001 From: LasaleFamine Date: Mon, 14 Dec 2020 18:20:56 +0100 Subject: [PATCH] chore: re-added vscode engine --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b239c3e..bb82a13 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,8 @@ "equinusocio.vsc-material-theme-icons" ], "engines": { - "node": ">=12" + "node": ">=12", + "vscode": "^1.51.0" }, "scripts": { "build": "yarn cleanup && yarn build:ts && yarn build:generate-themes && yarn build:ui",