@ghul/language-server 1.23.9 → 1.23.10
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/out/server.js +1 -1
- package/out/server.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,9 +17,11 @@ the extension instead.
|
|
|
17
17
|
## Install
|
|
18
18
|
|
|
19
19
|
```sh
|
|
20
|
-
npm install -g ghul
|
|
20
|
+
npm install -g @ghul/language-server
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
+
The command the package installs is `ghul-language-server`.
|
|
24
|
+
|
|
23
25
|
Or download `ghul-language-server-<version>.tgz` from a
|
|
24
26
|
[release](https://github.com/degory/ghul-vsce/releases) and unpack it. The
|
|
25
27
|
contents are under `package/`, and the executable is
|