From 0624a7434ccb1fa27802b80e4a032ff71deea700 Mon Sep 17 00:00:00 2001 From: HyBer <59885141+BBboy01@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:54:19 +0800 Subject: feat(stylelint)!: migrate to stylelint-language-server #4351 stylelint now has an official LS: [@stylelint/language-server](https://github.com/stylelint/vscode-stylelint/tree/main/packages/language-server) --- .github/ci/lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/ci/lint.sh b/.github/ci/lint.sh index 8efeac73..8e4403ec 100644 --- a/.github/ci/lint.sh +++ b/.github/ci/lint.sh @@ -53,7 +53,7 @@ _check_lsp_cmd_prefix() { # Enforce client:exec_cmd(). _check_exec_cmd() { - local exclude='eslint\|pyright\|basedpyright' + local exclude='eslint\|stylelint\|pyright\|basedpyright' if git grep -P 'workspace.executeCommand' -- 'lsp/*.lua' | grep -v "$exclude" ; then _fail 'Use client:exec_cmd() instead of calling request("workspace/executeCommand") directly. Example: lsp/pyright.lua' fi -- cgit v1.3