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
97
97
98
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
102
[source]
103
103
----
@@ -109,6 +109,13 @@ You'll need Cargo, nodejs and npm for this.
109
109
110
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
119
==== Troubleshooting
113
120
114
121
Here are some useful self-diagnostic commands:
You can’t perform that action at this time.
0 commit comments