Skip to content

Commit 6095deb

Browse files
bors[bot]lnicola
andauthored
Merge #6806
6806: Improve docs for building from source r=lnicola a=lnicola bors r+ Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents 0baff25 + 3ecdb77 commit 6095deb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/user/manual.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ NOTE: Nightly extension should **only** be installed via the `Download now` acti
9797

9898
==== Building From Source
9999

100-
Alternatively, both the server and the plugin can be installed from source:
100+
Alternatively, both the server and the Code plugin can be installed from source:
101101

102102
[source]
103103
----
@@ -109,6 +109,13 @@ You'll need Cargo, nodejs and npm for this.
109109

110110
Note that installing via `xtask install` does not work for VS Code Remote, instead you'll need to install the `.vsix` manually.
111111

112+
If you're not using Code, you can compile and install only the LSP server:
113+
114+
[source]
115+
----
116+
$ cargo xtask install --server
117+
----
118+
112119
==== Troubleshooting
113120

114121
Here are some useful self-diagnostic commands:

0 commit comments

Comments
 (0)