From 0a8bb430c59838c9c54feecee51f7f9553ec3a61 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sun, 11 Feb 2018 15:05:12 +0100 Subject: [PATCH] chore: Update minimal vscode required version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b8acbc9..a83c96b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "url": "https://github.com/equinusocio/vsc-material-theme/issues" }, "engines": { - "vscode": "^1.19.0" + "vscode": "^1.20.0" }, "scripts": { "build": "yarn build-icons && yarn build-themes && yarn build-icons-accents && yarn build-icons-variants",