aboutsummaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2020-12-10 17:31:46 +0000
committerLaurenČ›iu Nicola <[email protected]>2020-12-10 17:31:46 +0000
commit3ecdb778c2a41f36b7bec8e6d2dc1ff10b3f3338 (patch)
tree0be10408f1fae86f8b426b066eff0f695327d393 /docs/user
parent0baff25d998f0a9a15a951b5a4ba418b4e5ba4d8 (diff)
Improve docs for building from source
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/manual.adoc9
1 files changed, 8 insertions, 1 deletions
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
97 97
98==== Building From Source 98==== Building From Source
99 99
100Alternatively, both the server and the plugin can be installed from source: 100Alternatively, both the server and the Code plugin can be installed from source:
101 101
102[source] 102[source]
103---- 103----
@@ -109,6 +109,13 @@ You'll need Cargo, nodejs and npm for this.
109 109
110Note that installing via `xtask install` does not work for VS Code Remote, instead you'll need to install the `.vsix` manually. 110Note that installing via `xtask install` does not work for VS Code Remote, instead you'll need to install the `.vsix` manually.
111 111
112If 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
112==== Troubleshooting 119==== Troubleshooting
113 120
114Here are some useful self-diagnostic commands: 121Here are some useful self-diagnostic commands: