Skip to content

Commit da0ddd8

Browse files
Release: vscode-stylelint 2.2.0,@stylelint/language-server 1.1.0 (#892)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4f7d92d commit da0ddd8

File tree

10 files changed

+19
-29
lines changed

10 files changed

+19
-29
lines changed

.changeset/breezy-badgers-cover.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-crash-counting-dedup.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/fix-worker-handling-windows.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/four-seals-lick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.2.0 - 2026-03-20
4+
5+
- Added: Status indicator for Stylelint state and a command to open the Stylelint output panel ([#889](https://github.com/stylelint/vscode-stylelint/pull/889)) ([@adalinesimonian](https://github.com/adalinesimonian)).
6+
- Fixed: Duplicate workers being started due to drive letter case sensitivity on Windows ([#891](https://github.com/stylelint/vscode-stylelint/pull/891)) ([@adalinesimonian](https://github.com/adalinesimonian)).
7+
- Fixed: Workers not recovering from crashes due to counting the same crash multiple times when multiple requests are pending ([#891](https://github.com/stylelint/vscode-stylelint/pull/891)) ([@adalinesimonian](https://github.com/adalinesimonian)).
8+
39
## 2.1.0 - 2026-03-18
410

511
- Added: "Fix all \<rule\> problems" quick fix action for rules with multiple auto-fixable diagnostics ([#859](https://github.com/stylelint/vscode-stylelint/pull/859)) ([@adalinesimonian](https://github.com/adalinesimonian)).

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-stylelint",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"license": "MIT",
55
"workspaces": [
66
"packages/*"

packages/language-server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.1.0 - 2026-03-20
4+
5+
- Added: `stylelint/status` notification reporting whether the server ran successfully for a document ([#889](https://github.com/stylelint/vscode-stylelint/pull/889)) ([@adalinesimonian](https://github.com/adalinesimonian)).
6+
- Fixed: Duplicate workers being started due to drive letter case sensitivity on Windows ([#891](https://github.com/stylelint/vscode-stylelint/pull/891)) ([@adalinesimonian](https://github.com/adalinesimonian)).
7+
- Fixed: Workers not recovering from crashes due to counting the same crash multiple times when multiple requests are pending ([#891](https://github.com/stylelint/vscode-stylelint/pull/891)) ([@adalinesimonian](https://github.com/adalinesimonian)).
8+
39
## 1.0.1 - 2026-03-19
410

511
- Fixed: worker process failing to start when server started as ESM ([#883](https://github.com/stylelint/vscode-stylelint/pull/883)) ([@adalinesimonian](https://github.com/adalinesimonian)).

packages/language-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stylelint/language-server",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Stylelint Language Server Protocol implementation",
55
"keywords": [
66
"stylelint",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stylelint/vscode-stylelint",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"private": true,
55
"description": "Proxy package for the VS Code extension. The actual package is the package at the root of the repository."
66
}

0 commit comments

Comments
 (0)