diff options
| author | HyBer <59885141+BBboy01@users.noreply.github.com> | 2026-03-26 17:54:19 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-26 05:54:19 -0400 |
| commit | 0624a7434ccb1fa27802b80e4a032ff71deea700 (patch) | |
| tree | eb6e1f621f125c69159805ed5d404207a9345ab9 /scripts | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-0624a7434ccb1fa27802b80e4a032ff71deea700.tar nvim-lspconfig-0624a7434ccb1fa27802b80e4a032ff71deea700.tar.gz nvim-lspconfig-0624a7434ccb1fa27802b80e4a032ff71deea700.tar.bz2 nvim-lspconfig-0624a7434ccb1fa27802b80e4a032ff71deea700.tar.lz nvim-lspconfig-0624a7434ccb1fa27802b80e4a032ff71deea700.tar.xz nvim-lspconfig-0624a7434ccb1fa27802b80e4a032ff71deea700.tar.zst nvim-lspconfig-0624a7434ccb1fa27802b80e4a032ff71deea700.zip | |
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)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/gen_json_schemas.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_json_schemas.lua b/scripts/gen_json_schemas.lua index 9f62ff48..825824fc 100644 --- a/scripts/gen_json_schemas.lua +++ b/scripts/gen_json_schemas.lua @@ -49,7 +49,7 @@ local index = { sorbet = 'https://raw.githubusercontent.com/sorbet/sorbet/master/vscode_extension/package.json', sourcekit = 'https://raw.githubusercontent.com/swift-server/vscode-swift/main/package.json', spectral = 'https://raw.githubusercontent.com/stoplightio/vscode-spectral/master/package.json', - stylelint_lsp = 'https://raw.githubusercontent.com/bmatcuk/coc-stylelintplus/master/package.json', + stylelint_lsp = 'https://raw.githubusercontent.com/stylelint/vscode-stylelint/main/package.json', svelte = 'https://raw.githubusercontent.com/sveltejs/language-tools/master/packages/svelte-vscode/package.json', svlangserver = 'https://raw.githubusercontent.com/eirikpre/VSCode-SystemVerilog/master/package.json', tailwindcss = 'https://raw.githubusercontent.com/tailwindlabs/tailwindcss-intellisense/master/packages/vscode-tailwindcss/package.json', |
