From 40dd5298998bf484a68076b622215f034f4fb173 Mon Sep 17 00:00:00 2001 From: Matthew Hinton Date: Wed, 10 Jan 2018 15:03:24 -0600 Subject: [PATCH] fix: Update main field of package.json (#130) Without the .js on the file name the Material Theme: Settings command doesn't work for me. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c08c7ca..35c416a 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "activationEvents": [ "*" ], - "main": "./extensions/material.theme.config", + "main": "./extensions/material.theme.config.js", "contributes": { "commands": [ {