From 1f2b8b97df779bf07b76e96f9692c0c3bdcde7ad Mon Sep 17 00:00:00 2001 From: Mattia Date: Mon, 14 Dec 2020 17:34:18 +0100 Subject: [PATCH] chore: remove vscode engine --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 9a36536..2ed84cc 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,7 @@ "equinusocio.vsc-material-theme-icons" ], "engines": { - "node": ">=12", - "vscode": "^1.51.0" + "node": ">=12" }, "scripts": { "build": "yarn cleanup && yarn build:ts && yarn build:generate-themes && yarn build:ui",