Skip to content

Releases: mrcrowl/vscode-easy-less

v2.0.2

11 Jul 00:45
Compare
Choose a tag to compare
  • Added command to compile all less files in workspace (Thanks ChrisWu11).
  • Updated less to v4.2.0.

v2.0.0

17 Feb 04:37
Compare
Choose a tag to compare
  • Added support for an extensibility API. See README for details.

v1.7.4

16 Jul 13:24
Compare
Choose a tag to compare
  • Added support for optional quotes around string inline options (main, out, math and autoprefixer), so that they look more JSON-ey e.g.
    // out: "../styles.css"
  • Added test suite.
  • Modernise code.

v1.7.3

26 May 21:15
38201e6
Compare
Choose a tag to compare
  • Bug fix

v1.7.2

30 Jan 18:50
Compare
Choose a tag to compare

New: math setting is now supported as a per-file directive, and is explicitly available in the settings.json configuration.

v1.7.1

28 Jan 21:03
Compare
Choose a tag to compare
Merge branch 'fix' into main

v1.7.0

28 Jan 21:02
Compare
Choose a tag to compare
Merge branch 'fix' into main

Fix for mismatched sourceMapURL

17 Jan 21:00
Compare
Choose a tag to compare

When using out, main and compress together, it was possible for the minified CSS to refer to the wrong map file (sourceMapURL comment in the .min.css file)

Fix for palette command not triggering

17 Jan 19:52
Compare
Choose a tag to compare

The palette command "Compile LESS to CSS" had stopped working. The internal behaviour for running the file save command was no longer enough to trigger the compilation. The compile step is now called explicitly. Fixes #46

Fixed issue with stalling compiler

01 Jan 05:38
Compare
Choose a tag to compare
  • Fix for compiler stalling when less error exists in file other than being saved—#55