From 874ddcf2a1030d20e4451f86a70e9e8d4b0f8020 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Fri, 10 Jan 2020 23:47:28 +0100 Subject: [PATCH] Add community theme as extensionPack --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index d8686ff..08e07ae 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,9 @@ "bugs": { "url": "https://github.com/material-theme/vsc-material-theme/issues" }, + "extensionPack": [ + "equinusocio.vsc-community-material-theme" + ], "engines": { "node": "<=10", "vscode": "^1.41.0"