@tsrx/language-server 0.3.127 → 0.3.129
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 +3 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -33,7 +33,9 @@ npx @tsrx/language-server --stdio
|
|
|
33
33
|
Configure your editor's LSP client for `*.tsrx` files with the language ID `tsrx`.
|
|
34
34
|
VS Code users can install the
|
|
35
35
|
[TSRX Syntax for VS Code](https://marketplace.visualstudio.com/items?itemName=TSRX.tsrx-vscode-plugin),
|
|
36
|
-
which bundles and starts this server automatically.
|
|
36
|
+
which bundles and starts this server automatically. Zed users can install the
|
|
37
|
+
[TSRX extension for Zed](https://zed.dev/extensions/tsrx), which also starts this
|
|
38
|
+
server automatically.
|
|
37
39
|
|
|
38
40
|
See the [TSRX documentation](https://tsrx.dev/) and
|
|
39
41
|
[`@tsrx/typescript-plugin`](../typescript-plugin/README.md) for target compiler
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsrx/language-server",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.129",
|
|
4
4
|
"description": "Language Server Protocol implementation for TSRX",
|
|
5
5
|
"main": "dist/server.js",
|
|
6
6
|
"types": "types/server.d.ts",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"volar-service-typescript": "0.0.70",
|
|
44
44
|
"vscode-languageserver-textdocument": "^1.0.12",
|
|
45
45
|
"vscode-uri": "^3.1.0",
|
|
46
|
-
"@tsrx/typescript-plugin": "0.3.
|
|
47
|
-
"@tsrx/core": "0.1.
|
|
46
|
+
"@tsrx/typescript-plugin": "0.3.129",
|
|
47
|
+
"@tsrx/core": "0.1.64"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"tsdown": "^0.22.0",
|