From 4fa006f7d8d975aa9e3d0e48c86f82e431c941da Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Fri, 5 May 2017 09:36:25 +0200 Subject: [PATCH] chore: Update minimal vsc engine requirement --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aac9003..f15cea4 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "url": "https://github.com/equinusocio/vsc-material-theme/issues" }, "engines": { - "vscode": "^1.11.0" + "vscode": "^1.12.0" }, "scripts": { "build": "npm run icons && npm run build-themes",