From c91cc8cc0fc4661fdb183885e786d847c2bad785 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Thu, 9 Aug 2018 22:13:03 +0200 Subject: [PATCH] BREAKING CHANGE: Material Theme requires now Visual Studio Code >= v1.24.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 978cef4..8e58291 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "url": "https://github.com/equinusocio/vsc-material-theme/issues" }, "engines": { - "vscode": "^1.19.0" + "vscode": "^1.24.0" }, "standard-version": { "scripts": { @@ -81,7 +81,7 @@ ], "configuration": { "type": "object", - "title": "Material Theme configuration", + "title": "Material Theme", "properties": { "materialTheme.accent": { "type": "string",