Releases: stylelint/vscode-stylelint
Releases · stylelint/vscode-stylelint
v1.0.1
v1.0.0
Breaking Changes
- Dropped support for Stylelint 13 and prior; only Stylelint 14 is supported now. See the migration guide for more details.
- Removed bundled copy of Stylelint; local or global installation is now required. See the migration guide for more details.
- Validation and completion now only works for documents with language identifiers
css
,less
, andpostcss
by default. See the migration guide for more details. stylelint.syntax
configuration option removed; usestylelint.customSyntax
instead. See the migration guide for more details.
Added
- Opening a workspace with a version of Stylelint older than v14.0.0 will now show a warning message once with a link to the migration guide.
Changed
- Updated vscode-languageserver to v7, conforming to LSP v3.16.0.
- Extension re-architected to be more modular and easier to test (#265).