Releases: stylelint/vscode-stylelint
Releases · stylelint/vscode-stylelint
vscode-stylelint 2.2.1
Immutable
release. Only release title and notes can be modified.
- Fixed: code action and completion requests still processing when VS Code cancels the request (#897) (@adalinesimonian).
- Fixed: reduced unnecessary lint cycles during rapid typing by debouncing validation (#896) (@adalinesimonian).
- Fixed: stale diagnostics briefly appearing when the document changes while a lint is in progress (#896) (@adalinesimonian).
@stylelint/language-server 1.1.1
Immutable
release. Only release title and notes can be modified.
- Fixed: code action and completion requests now respect LSP cancellation tokens, responding with RequestCancelled per the LSP specification (#897) (@adalinesimonian).
- Fixed: reduced unnecessary lint cycles during rapid typing by debouncing validation (#896) (@adalinesimonian).
- Fixed: stale diagnostics briefly appearing when the document changes while a lint is in progress (#896) (@adalinesimonian).
vscode-stylelint 2.2.0
Immutable
release. Only release title and notes can be modified.
- Added: Status indicator for Stylelint state and a command to open the Stylelint output panel (#889) (@adalinesimonian).
- Fixed: Duplicate workers being started due to drive letter case sensitivity on Windows (#891) (@adalinesimonian).
- Fixed: Workers not recovering from crashes due to counting the same crash multiple times when multiple requests are pending (#891) (@adalinesimonian).
@stylelint/language-server 1.1.0
Immutable
release. Only release title and notes can be modified.
- Added:
stylelint/statusnotification reporting whether the server ran successfully for a document (#889) (@adalinesimonian). - Fixed: Duplicate workers being started due to drive letter case sensitivity on Windows (#891) (@adalinesimonian).
- Fixed: Workers not recovering from crashes due to counting the same crash multiple times when multiple requests are pending (#891) (@adalinesimonian).
@stylelint/language-server 1.0.1
Immutable
release. Only release title and notes can be modified.
- Fixed: worker process failing to start when server started as ESM (#883) (@adalinesimonian).
vscode-stylelint 2.1.0
Immutable
release. Only release title and notes can be modified.
- Added: "Fix all <rule> problems" quick fix action for rules with multiple auto-fixable diagnostics (#859) (@adalinesimonian).
- Added:
stylelint.ignorePathsetting to specify a custom ignore file (#851) (@adalinesimonian). - Added:
stylelint.runsetting to control when the linter runs (#848) (@adalinesimonian). - Added:
stylelint.runtimeandstylelint.execArgvsettings to customize the Node.js binary and exec arguments used by the language server (#854) (@adalinesimonian). - Added: commands to lint all files and clear all problems (#857) (@adalinesimonian).
- Added: notification prompting to restart the extension host when
stylelint.logLevelsetting changes (#849) (@adalinesimonian). - Added: Problem matchers for
compactandunixformatters (#864) (@adalinesimonian). - Added: warning when
stylelint.configis an empty object (#846) (@adalinesimonian). - Fixed:
urlreported on Stylelint warnings not being used for documentation links (#852) (@adalinesimonian). - Fixed: Files in
node_modulesnot being ignored due to a bug in Stylelint 17.4.0 and below (#861) (@adalinesimonian).
@stylelint/language-server 1.0.0
Immutable
release. Only release title and notes can be modified.
- Added: initial release of the Stylelint language server (#870) (@adalinesimonian).
2.0.2
Immutable
release. Only release title and notes can be modified.
2.0.1
Immutable
release. Only release title and notes can be modified.
2.0.0
Immutable
release. Only release title and notes can be modified.