Skip to content

v5.0.0-rc.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@glenn2223 glenn2223 released this 03 Apr 21:02
· 223 commits to master since this release
5be24e4

5.0.0-rc.3 - 2021-04-03

Fixes

  • Checking file exclusion not working when there was a forceBasePath

  • Trace logging wrote Folder: [object Object] it now writes the folder name

  • Re-added ability to turn off output window on errors #53.

    This adds the new showOutputWindowOn option "None"

    The only time the output window is shown is:

    • Running the liveSass.command.debugInclusion (Check file will be included) command
    • Running the liveSass.command.debugFileList (Get all included files) command
    • When the forceBaseDirectory is not found or invalid (i.e. a file instead of a folder)

Changed

  • Some documentation tweaks