Skip to content

Releases: mrcrowl/vscode-easy-less

Added support for multi-root workspace settings

01 Jan 04:21
Compare
Choose a tag to compare
  • Added support for settings in workspaces with multiple projects—#50
  • Added a new variable ${workspaceFolder} which can be used to interpolate the folder root path into an out or main setting.

Added javascriptEnabled option

21 Oct 17:04
Compare
Choose a tag to compare

Inline Javascript must now be explicitly enabled using the javascriptEnabled option (either per-file or via settings). This regressed in v1.5.0 #54, due to security changes introduced by LESS v3.0.0.

Update less to v3.9.0

18 Oct 09:11
Compare
Choose a tag to compare
v1.5.0

Prep for v1.5: update less another minor rev

v1.4.5

28 Jun 09:51
Compare
Choose a tag to compare

Fixed regression for #20.

June 2017

12 Jun 10:57
Compare
Choose a tag to compare

What's New

  • New hook used for detecting file saves. This now allows you to compile when a file is not dirty, e.g. when only @imports have changed.
  • Invoking Compile Less to CSS from the command palette now saves the file before compiling.

Bug Fixes

  • Fix for broken sourceMap behaviours reported in: #23, #26