Releases: stylelint/vscode-stylelint
Releases · stylelint/vscode-stylelint
1.6.0
v1.5.3
No actual changes.
Full Changelog: v1.5.2...v1.5.3
v1.5.2
No actual changes.
Full Changelog: v1.5.1...v1.5.2
v1.5.1
Fixed
- Return Fix All actions as well as Quick Fix (#650).
- Watch config file changes with
.mjsand.cjsextensions (#672).
New Contributors
- @florian-sanders made their first contribution in #650
- @mollymorphous made their first contribution in #672
Full Changelog: v1.5.0...v1.5.1
v1.5.0
v1.4.0
Changed
- Bump vscode language server dependencies (#521).
Fixed
- Remove inconsistent
"less"from defaults ofstylelint.validateandstylelint.snippet(#454).
Full Changelog: v1.3.0...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
stylelintnamespace 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