@t1ckbase/vscode-langservers-extracted 2.0.0 → 2.0.1
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 +5 -3
- package/dist/htmlServerMain.js +60 -54
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -5,11 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
A drop-in replacement for [@hrsh7th's `vscode-langservers-extracted`](https://github.com/hrsh7th/vscode-langservers-extracted).
|
|
7
7
|
|
|
8
|
-
The HTML, CSS, and JSON language servers are extracted from [VS Code](https://github.com/microsoft/vscode), while the ESLint language server is extracted from the [VS Code ESLint extension](https://github.com/microsoft/vscode-eslint).
|
|
8
|
+
The HTML, CSS, and JSON language servers are extracted from [VS Code](https://github.com/microsoft/vscode), while the ESLint language server is extracted from the [VS Code ESLint extension](https://github.com/microsoft/vscode-eslint). Markdown language server uses the official [`vscode-markdown-languageserver`](https://www.npmjs.com/package/vscode-markdown-languageserver) package.
|
|
9
9
|
|
|
10
|
-
##
|
|
10
|
+
## Patches
|
|
11
11
|
|
|
12
|
-
-
|
|
12
|
+
- HTML language server ([`scripts/utils/vscode.ts`](scripts/utils/vscode.ts)):
|
|
13
|
+
- Fixed hardcoded TypeScript lib path.
|
|
14
|
+
- Updated lib target to `ESNext`.
|
|
13
15
|
|
|
14
16
|
## Usage
|
|
15
17
|
|