From 355288e358fa7b335fdeb7fd23232b3d05c26d32 Mon Sep 17 00:00:00 2001 From: Mark Hewitt Date: Thu, 24 Aug 2017 14:54:18 -0400 Subject: [PATCH] Include new "generateMap" setting feature Added the "generateMap" setting to the list of configurations. Possible options include true or false, with true being the default (so as to not disrupt anybody's current usage of this extension). --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 20e67ac..d305a49 100644 --- a/package.json +++ b/package.json @@ -100,6 +100,13 @@ ], "default": null, "description": "This setting is useful when you deals with only few of sass files. Only mentioned Sass files will be included. \nNOTE: No need to include partial sass files." + }, + "liveSassCompile.settings.generateMap": { + "type": [ + "boolean" + ], + "default": true, + "description": "Choose whether this script automatically comiles map files for the CSS generated from the compiler." } } }