VSCode LSPs for CSS, HTML and JSON (#4175)

Switched to `vscode-langservers-extracted` as it is the one most
up-to-date.
This commit is contained in:
Dalius Dobravolskas
2022-05-02 19:42:24 +09:00
committed by GitHub
parent 34892186e4
commit 56399106fc
9 changed files with 71 additions and 7 deletions
+13
View File
@@ -49,5 +49,18 @@ g:ale_css_stylelint_use_global *g:ale_css_stylelint_use_global*
See |ale-integrations-local-executables|
===============================================================================
vscodecss *ale-css-vscode*
Website: https://github.com/hrsh7th/vscode-langservers-extracted
Installation
-------------------------------------------------------------------------------
Install VSCode css language server either globally or locally: >
npm install -g vscode-langservers-extracted
<
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: