Skip to content

fork of 'hrsh7th/vscode-langservers-extracted' with flake support

License

Notifications You must be signed in to change notification settings

arunim-io/vscode-langservers-extracted

 
 

Repository files navigation

vscode-langservers-extracted

HTML/CSS/JSON/ESLint language servers extracted from vscode.

Why?

  • 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.

Usage

You can install this via npm i -g vscode-langservers-extracted.

OR

in the aur via yay -S vscode-langservers-extracted

After that, you get the following commands.

Ready

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

Not yet

  • vscode-markdown-language-server
  • vscode-anycode-language-server

Build

Requirements

You should install yarn for the building vscode.

Commands

npm i -g yarn
yarn
yarn update
node ./script/depcheck.js
# npm run release

LICENSE

This package licensed under the MIT.

See the LICENSE

THIRD-PARTY LICENSE

About

fork of 'hrsh7th/vscode-langservers-extracted' with flake support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 34.9%
  • Nix 33.7%
  • JavaScript 31.4%