Skip to content

Commit 190845e

Browse files
Release: vscode-stylelint 2.2.1,@stylelint/language-server 1.1.1 (#902)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9ca140c commit 190845e

File tree

10 files changed

+19
-303
lines changed

10 files changed

+19
-303
lines changed

.changeset/fluffy-nights-nail.md

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

.changeset/smooth-vans-make.md

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

.changeset/wacky-plums-hope.md

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

.changeset/witty-rabbits-fetch.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.1 - 2026-03-31
4+
5+
- Fixed: code action and completion requests still processing when VS Code cancels the request ([#897](https://github.com/stylelint/vscode-stylelint/pull/897)) ([@adalinesimonian](https://github.com/adalinesimonian)).
6+
- Fixed: reduced unnecessary lint cycles during rapid typing by debouncing validation ([#896](https://github.com/stylelint/vscode-stylelint/pull/896)) ([@adalinesimonian](https://github.com/adalinesimonian)).
7+
- Fixed: stale diagnostics briefly appearing when the document changes while a lint is in progress ([#896](https://github.com/stylelint/vscode-stylelint/pull/896)) ([@adalinesimonian](https://github.com/adalinesimonian)).
8+
39
## 2.2.0 - 2026-03-20
410

511
- 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)).

package-lock.json

Lines changed: 4 additions & 278 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.2.0",
3+
"version": "2.2.1",
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.1 - 2026-03-31
4+
5+
- Fixed: code action and completion requests now respect LSP cancellation tokens, responding with RequestCancelled per the LSP specification ([#897](https://github.com/stylelint/vscode-stylelint/pull/897)) ([@adalinesimonian](https://github.com/adalinesimonian)).
6+
- Fixed: reduced unnecessary lint cycles during rapid typing by debouncing validation ([#896](https://github.com/stylelint/vscode-stylelint/pull/896)) ([@adalinesimonian](https://github.com/adalinesimonian)).
7+
- Fixed: stale diagnostics briefly appearing when the document changes while a lint is in progress ([#896](https://github.com/stylelint/vscode-stylelint/pull/896)) ([@adalinesimonian](https://github.com/adalinesimonian)).
8+
39
## 1.1.0 - 2026-03-20
410

511
- 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)).

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.1.0",
3+
"version": "1.1.1",
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.2.0",
3+
"version": "2.2.1",
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)