Skip to content

Releases: stylelint/vscode-stylelint

1.6.0

27 Nov 11:08
Immutable release. Only release title and notes can be modified.
9306e31

Choose a tag to compare

  • Added: stylelint.rules.customizations setting to override rule severity levels (#696).
  • Added: error diagnostics for rule-less configurations (#699).

v1.5.3

05 Jun 13:36
ead5e94

Choose a tag to compare

No actual changes.

Full Changelog: v1.5.2...v1.5.3

v1.5.2

05 Jun 13:12
581a632

Choose a tag to compare

No actual changes.

Full Changelog: v1.5.1...v1.5.2

v1.5.1

05 Jun 03:20

Choose a tag to compare

Fixed

  • Return Fix All actions as well as Quick Fix (#650).
  • Watch config file changes with .mjs and .cjs extensions (#672).

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

28 Mar 01:49
dfe1fba

Choose a tag to compare

Added

  • Add support for quick fixes (#635).

Changed

  • Bump oldest supported vscode to 1.83.0 (#645).

Full Changelog: v1.4.0...v1.5.0

v1.4.0

28 Mar 14:04
348fb6a

Choose a tag to compare

Changed

  • Bump vscode language server dependencies (#521).

Fixed

  • Remove inconsistent "less" from defaults of stylelint.validate and stylelint.snippet (#454).

Full Changelog: v1.3.0...v1.4.0

v1.3.0

02 Nov 10:16

Choose a tag to compare

Added

  • Language server can now be restarted with the "Restart Stylelint Server" command (#339).
  • The warning shown for unsupported versions of Stylelint will now be shown in any workspace with a locally installed copy of Stylelint, regardless of the file type of the open file (#340).
  • Language server can now be disposed with server.dispose() and is disposed when receiving the shutdown LSP notification (#326).
  • Add support for range warnings (#358).

Changed

  • A custom notification used for testing in VS Code sent by the language server now uses the stylelint namespace instead of textDocument (3b845a2).

Fixed

  • Files are now re-linted when a Stylelint configuration file is changed in the workspace (#356).

Full Changelog: v1.2.4...v1.3.0

v1.2.4

14 Feb 05:32

Choose a tag to compare

Added

  • Add "stylelint.reportDescriptionlessDisables" option (#442).

Full Changelog: v1.2.3...v1.2.4

v1.2.3

16 Aug 02:17

Choose a tag to compare

Fixed

  • Fix: don't pass invalid "false" rule value when formatting (#399).
  • Fix to resolve doc URL of plugin rules when using stylelint v14.10 (#416)

Full Changelog: v1.2.2...v1.2.3

v1.2.2

09 Feb 12:50

Choose a tag to compare

Fixed

  • Fix rule doc URL (#375).