diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-10-16 13:59:11 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-16 13:59:11 +0100 |
commit | 4271e4c703d8d764a1d6ffdc501a6cea2157f9d1 (patch) | |
tree | 0315305df79c21e04c29f9c81005ee4a6c417423 | |
parent | 1af6275f204fa5a0ec35f3dca96476bcf5112175 (diff) | |
parent | b19013feaad21673184ab8d641348e99ca51456f (diff) |
Merge #6245
6245: Update GNOME Builder docs r=lnicola a=lnicola
Co-authored-by: Laurențiu Nicola <[email protected]>
-rw-r--r-- | docs/user/manual.adoc | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 46e7bd091..8a3cc00df 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -260,16 +260,7 @@ If you get an error saying `No such file or directory: 'rust-analyzer'`, see the | |||
260 | 260 | ||
261 | === GNOME Builder | 261 | === GNOME Builder |
262 | 262 | ||
263 | Prerequisites: You have installed the <<rust-analyzer-language-server-binary,`rust-analyzer` binary>>. | 263 | GNOME Builder 3.37.1 and newer has native `rust-analyzer` support. If the LSP binary is not available, GNOME Builder can install it when opening a Rust file. |
264 | |||
265 | Gnome Builder currently has support for RLS, and there's no way to configure the language server executable. A future version might support `rust-analyzer` out of the box. | ||
266 | |||
267 | 1. Rename, symlink or copy the `rust-analyzer` binary to `rls` and place it somewhere Builder can find (in `PATH`, or under `~/.cargo/bin`). | ||
268 | 2. Enable the Rust Builder plugin. | ||
269 | |||
270 | ==== GNOME Builder (Nightly) | ||
271 | |||
272 | https://nightly.gnome.org/repo/appstream/org.gnome.Builder.flatpakref[GNOME Builder (Nightly)] has now native support for `rust-analyzer` out of the box. If the `rust-analyzer` binary is not available, GNOME Builder can install it when opening a Rust source file. | ||
273 | 264 | ||
274 | == Non-Cargo Based Projects | 265 | == Non-Cargo Based Projects |
275 | 266 | ||