From ea41ae82e7cb759a039b5d133609ae0d05ecd7f7 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Thu, 26 Dec 2019 11:46:57 +0100 Subject: [PATCH] Update minimun vscode version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1917e0..9284f53 100644 --- a/package.json +++ b/package.json @@ -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",