@t1ckbase/vscode-langservers-extracted
v1.0.1
Published
Extracted language servers from Microsoft’s repositories for various languages (CSS, HTML, JSON) and ESLint.
Maintainers
Readme
VSCode Langservers Extracted
HTML/CSS/JSON language servers extracted from vscode, and the ESLint language server from vscode-eslint.
This project exists because the original repository by @hrsh7th is no longer actively updated, so I created this for my own use and keep it updated.
A GitHub Actions workflow runs weekly to check for upstream updates, rebuild the package, run smoke tests, and publish new versions automatically.
Notes
- New versions are published automatically after only simple smoke testing, so breakages are possible. Please pin a specific version instead of relying on the latest release.
- The official Markdown language server is already available on npm and is not included in this package:
https://www.npmjs.com/package/vscode-markdown-languageserver
Usage
Install globally with npm (or your preferred package manager):
npm i -g @t1ckbase/vscode-langservers-extractedThe following commands are available:
vscode-css-language-servervscode-html-language-servervscode-json-language-servervscode-eslint-language-server
Third-Party Licenses
- microsoft/vscode: https://github.com/microsoft/vscode/blob/main/LICENSE.txt
- microsoft/vscode-eslint: https://github.com/microsoft/vscode-eslint/blob/main/License.txt
