Skip to content

v1.3.0

Compare
Choose a tag to compare
@ota-meshi ota-meshi released this 02 Nov 10:16
· 49 commits to main since this release

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