HTML/CSS/JSON language servers extracted from vscode.
- Microsoft provided awesome Language Servers for the community but it didn't update for a long time.
- Currently, the latest css-language-server is improved a bit than
vscode-css-langserver-bin.
You can install this via npm i -g vscode-langservers-extracted.
After that, you get the following commands.
vscode-html-language-servervscode-css-language-servervscode-json-language-servervscode-eslint-language-server
You should install yarn for the building vscode.
npm i -g yarn- yarn install
- yarn build
- npm run release
This package licensed under the MIT.
See the LICENSE
- https://github.com/Microsoft/vscode
- https://github.com/Microsoft/vscode-eslint
- https://github.com/Microsoft/vscode-anycode
This package contains vscode-anycode extension. But it's only for browsers at the moment. So it doesn't work now.