Vscode Stylelint Versions Save

The official Visual Studio Code extension for Stylelint

v1.4.0

2 months ago

Changed

  • Bump vscode language server dependencies (#521).

Fixed

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

Full Changelog: https://github.com/stylelint/vscode-stylelint/compare/v1.3.0...v1.4.0

v1.3.0

7 months ago

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: https://github.com/stylelint/vscode-stylelint/compare/v1.2.4...v1.3.0

v1.2.4

1 year ago

Added

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

Full Changelog: https://github.com/stylelint/vscode-stylelint/compare/v1.2.3...v1.2.4

v1.2.3

1 year ago

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: https://github.com/stylelint/vscode-stylelint/compare/v1.2.2...v1.2.3

v1.2.2

2 years ago

Fixed

  • Fix rule doc URL (#375).

v1.2.1

2 years ago

Fixed

  • Fixed a bug where code actions would not work on save (#330).

v1.2.0

2 years ago

Added

  • Code actions are now provided for disabling rules and showing documentation (#322).
  • Resource-level configuration is now supported, allowing you to differently configure the extension in different workspaces (#318).
  • If the language client fails to connect to the server, the extension will now display an error message (#322).

Changed

  • Warning text and readme updated to clarify that older versions of Stylelint may continue to work with this extension, but are no longer supported (40a2ce7).
  • Extension description updated to clarify that this is the official Stylelint extension (#305).

Fixed

  • When extension configuration is edited, the extension no longer needs to be reloaded to use the updated settings (#322).
  • Worked around VS Code behaviour that resulted in problems having a hover region only one pixel wide (#325).

v1.1.0

2 years ago

Added

  • If Stylelint is installed in a workspace using Yarn with Plug-n-Play, it can now be resolved without the need for Yarn's editor SDKs. (#273).
  • Errors encountered during Stylelint resolution from node_modules are now reported in the output window. (#302).

Changed

  • The JSON schema URL now uses HTTPS. (1a225ca).

Fixed

  • Logs with errors no longer are missing information such as error.message or error.stack (#310).
  • Stylelint resolution no longer fails when running the configured package manager results in an error (#314).

v1.0.3

2 years ago

Fixed

  • Fixed a bug where Stylelint resolution would fail due to an ENOTDIR error (#285).

Changed

  • The extension no longer blocks VS Code's startup. Thanks to @robole for the idea. (#257)

v1.0.2

2 years ago

Fixed

  • Less is no longer linted by default. It was added as a default due to an oversight in the previous release. Only documents with language identifiers css and postcss will be linted by default. (#280)