diff options
-rw-r--r-- | docs/user/manual.adoc | 9 |
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 | ||
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: |
101 | 101 | ||
102 | [source] | 102 | [source] |
103 | ---- | 103 | ---- |
@@ -109,6 +109,13 @@ You'll need Cargo, nodejs and npm for this. | |||
109 | 109 | ||
110 | Note that installing via `xtask install` does not work for VS Code Remote, instead you'll need to install the `.vsix` manually. | 110 | Note that installing via `xtask install` does not work for VS Code Remote, instead you'll need to install the `.vsix` manually. |
111 | 111 | ||
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 | |||
112 | ==== Troubleshooting | 119 | ==== Troubleshooting |
113 | 120 | ||
114 | Here are some useful self-diagnostic commands: | 121 | Here are some useful self-diagnostic commands: |