Skip to content

T1ckbase/vscode-langservers-extracted

Repository files navigation

VSCode Langservers Extracted

NPM Version Extract and Publish to npm

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, download and extract the latest language server files, 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-extracted

The following commands are available:

  • vscode-css-language-server
  • vscode-html-language-server
  • vscode-json-language-server
  • vscode-eslint-language-server

Third-Party Licenses

About

Extracted language servers from Microsoft’s repositories for various languages (CSS, HTML, JSON) and ESLint.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors