Skip to content

Releases: stylelint/vscode-stylelint

vscode-stylelint 2.2.1

31 Mar 14:37
Immutable release. Only release title and notes can be modified.
190845e

Choose a tag to compare

  • 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

31 Mar 14:37
Immutable release. Only release title and notes can be modified.
190845e

Choose a tag to compare

  • 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

20 Mar 10:47
Immutable release. Only release title and notes can be modified.
da0ddd8

Choose a tag to compare

  • 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

20 Mar 10:47
Immutable release. Only release title and notes can be modified.
da0ddd8

Choose a tag to compare

  • Added: stylelint/status notification 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

19 Mar 09:39
Immutable release. Only release title and notes can be modified.
8a2e551

Choose a tag to compare

vscode-stylelint 2.1.0

18 Mar 16:06
Immutable release. Only release title and notes can be modified.
f5efeb9

Choose a tag to compare

  • Added: "Fix all <rule> problems" quick fix action for rules with multiple auto-fixable diagnostics (#859) (@adalinesimonian).
  • Added: stylelint.ignorePath setting to specify a custom ignore file (#851) (@adalinesimonian).
  • Added: stylelint.run setting to control when the linter runs (#848) (@adalinesimonian).
  • Added: stylelint.runtime and stylelint.execArgv settings 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.logLevel setting changes (#849) (@adalinesimonian).
  • Added: Problem matchers for compact and unix formatters (#864) (@adalinesimonian).
  • Added: warning when stylelint.config is an empty object (#846) (@adalinesimonian).
  • Fixed: url reported on Stylelint warnings not being used for documentation links (#852) (@adalinesimonian).
  • Fixed: Files in node_modules not being ignored due to a bug in Stylelint 17.4.0 and below (#861) (@adalinesimonian).

@stylelint/language-server 1.0.0

18 Mar 17:25
Immutable release. Only release title and notes can be modified.
df49373

Choose a tag to compare

2.0.2

06 Feb 16:06
Immutable release. Only release title and notes can be modified.
7ede7c8

Choose a tag to compare

  • Fixed: formatting with Stylelint 14 and 15 when using custom syntaxes (#813).

2.0.1

13 Jan 14:46
Immutable release. Only release title and notes can be modified.
46ad5c6

Choose a tag to compare

  • Fixed: "RangeError: Maximum call stack size exceeded" error (#810).

2.0.0

12 Jan 14:14
Immutable release. Only release title and notes can be modified.
b7eba6d

Choose a tag to compare

  • Removed: support for VS Code less than 1.103.0 (#762).
  • Added: support for Stylelint 17 (#762).
  • Added: support for Stylelint installed with Yarn PnP in ESM projects (#762).
  • Added: logLevel extension setting (#764).
  • Fixed: .stylelintignore not being respected (#775).