Releases: stylelint/vscode-stylelint
Releases · stylelint/vscode-stylelint
v1.4.0
v1.3.0
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 oftextDocument
(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
v1.2.3
v1.2.2
v1.2.1
v1.2.0
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
v1.1.0
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).