Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Added ability to disable map files as a setting #9

Merged
merged 2 commits into from
Aug 25, 2017

Commits on Aug 24, 2017

  1. Added ability to disable map files as a setting

    This change allows users to specify in the settings whether they want to generate map files for the given project. This can be changed with the following setting variable: liveSassCompile.settings.generateMap.
    mhco authored Aug 24, 2017
    Configuration menu
    Copy the full SHA
    20164db View commit details
    Browse the repository at this point in the history
  2. 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).
    mhco authored Aug 24, 2017
    Configuration menu
    Copy the full SHA
    355288e View commit details
    Browse the repository at this point in the history