https://github.com/hrsh7th/vscode-langservers-extracted
vscode-langservers bin collection.
https://github.com/hrsh7th/vscode-langservers-extracted
Last synced: 5 months ago
JSON representation
vscode-langservers bin collection.
- Host: GitHub
- URL: https://github.com/hrsh7th/vscode-langservers-extracted
- Owner: hrsh7th
- License: mit
- Created: 2020-11-05T13:07:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T09:21:12.000Z (over 1 year ago)
- Last Synced: 2025-05-15T06:01:49.745Z (5 months ago)
- Language: Shell
- Size: 1.64 MB
- Stars: 666
- Watchers: 10
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-langservers-extracted
HTML/CSS/JSON/ESLint language servers extracted from [vscode](https://github.com/Microsoft/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
```bash
npm i -g yarn
yarn
yarn update
node ./script/depcheck.js
# npm run release
```# LICENSE
This package licensed under the MIT.
See the [LICENSE](./LICENSE)
# THIRD-PARTY LICENSE
- https://github.com/Microsoft/vscode
- https://github.com/microsoft/vscode/blob/main/LICENSE.txt
- https://github.com/Microsoft/vscode-eslint
- https://github.com/microsoft/vscode-eslint/blob/master/License.txt
- https://github.com/Microsoft/vscode-anycode
- https://github.com/microsoft/vscode-anycode/blob/master/LICENSE