From 3ecdb778c2a41f36b7bec8e6d2dc1ff10b3f3338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Thu, 10 Dec 2020 19:31:46 +0200 Subject: Improve docs for building from source --- docs/user/manual.adoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs/user/manual.adoc') diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index d85901686..9d4f52a93 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -97,7 +97,7 @@ NOTE: Nightly extension should **only** be installed via the `Download now` acti ==== Building From Source -Alternatively, both the server and the plugin can be installed from source: +Alternatively, both the server and the Code plugin can be installed from source: [source] ---- @@ -109,6 +109,13 @@ You'll need Cargo, nodejs and npm for this. Note that installing via `xtask install` does not work for VS Code Remote, instead you'll need to install the `.vsix` manually. +If you're not using Code, you can compile and install only the LSP server: + +[source] +---- +$ cargo xtask install --server +---- + ==== Troubleshooting Here are some useful self-diagnostic commands: -- cgit v1.2.3