File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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
110110Note 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
114121Here are some useful self-diagnostic commands:
You can’t perform that action at this time.
0 commit comments