@t1ckbase/vscode-langservers-extracted 0.1.16 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,36 +1,37 @@
1
- # vscode-langservers-extracted
1
+ # VSCode Langservers Extracted
2
2
 
3
- [![NPM Version](https://img.shields.io/npm/v/@t1ckbase/vscode-langservers-extracted.svg)](https://www.npmjs.com/package/@t1ckbase/vscode-langservers-extracted)
4
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
3
+ [![NPM Version](https://img.shields.io/npm/v/@t1ckbase/vscode-langservers-extracted?logo=npm&color=262626)](https://www.npmjs.com/package/@t1ckbase/vscode-langservers-extracted)
4
+ [![Extract and Publish to npm](https://github.com/T1ckbase/vscode-langservers-extracted/actions/workflows/extract-and-publish.yaml/badge.svg)](https://github.com/T1ckbase/vscode-langservers-extracted/actions/workflows/extract-and-publish.yaml)
5
5
 
6
- HTML/CSS/JSON language servers extracted from [vscode](https://github.com/Microsoft/vscode).
6
+ HTML/CSS/JSON language servers extracted from [vscode](https://github.com/microsoft/vscode),
7
+ and the ESLint language server from [vscode-eslint](https://github.com/microsoft/vscode-eslint).
7
8
 
8
- Anycode language server extracted from [vscode-anycode](https://github.com/microsoft/vscode-anycode).
9
+ This project exists because the original repository by [@hrsh7th](https://github.com/hrsh7th/vscode-langservers-extracted) is no longer actively updated, so I created this for my own use and keep it updated.
9
10
 
10
- ESLint language server extracted from [vscode-eslint](https://github.com/microsoft/vscode-eslint).
11
+ 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.
11
12
 
12
- > [!NOTE]
13
- > The official Markdown language server is already available on npm and is not included in this package:<br>
14
- > [vscode-markdown-languageserver](https://www.npmjs.com/package/vscode-markdown-languageserver)
13
+ ## Notes
15
14
 
16
- # Why?
15
+ - 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.
16
+ - The official Markdown language server is already available on npm and is not included in this package:
17
+ https://www.npmjs.com/package/vscode-markdown-languageserver
17
18
 
18
- [@hrsh7th](https://github.com/hrsh7th) provided awesome [Language Servers](https://github.com/hrsh7th/vscode-langservers-extracted) for the community but it didn't update for a long time.
19
+ ## Usage
19
20
 
20
- # Usage
21
+ Install globally with npm (or your preferred package manager):
21
22
 
22
- You can install this via `npm i -g @t1ckbase/vscode-langservers-extracted`.
23
+ ```sh
24
+ npm i -g @t1ckbase/vscode-langservers-extracted
25
+ ```
23
26
 
24
- After that, you get the following commands.
27
+ The following commands are available:
25
28
 
26
29
  - `vscode-css-language-server`
27
30
  - `vscode-html-language-server`
28
31
  - `vscode-json-language-server`
29
- - `vscode-anycode-language-server`
30
32
  - `vscode-eslint-language-server`
31
33
 
32
- # THIRD-PARTY LICENSE
34
+ ## Third-Party Licenses
33
35
 
34
36
  - microsoft/vscode: https://github.com/microsoft/vscode/blob/main/LICENSE.txt
35
- - microsoft/vscode-anycode: https://github.com/microsoft/vscode-anycode/blob/main/LICENSE
36
- - microsoft/vscode-eslint: https://github.com/microsoft/vscode-eslint/blob/main/License.txt
37
+ - microsoft/vscode-eslint: https://github.com/microsoft/vscode-eslint/blob/main/License.txt
File without changes
File without changes
File without changes