diff options
author | Nikolai Morin <[email protected]> | 2020-04-21 09:15:49 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-21 09:15:49 +0100 |
commit | d22349de0a66700db0792d8213812a4c5867559a (patch) | |
tree | 76200421fc19c841fbbe0bdcfe9c66b45d517f1b /docs/user | |
parent | 22fd891d45ba9eaa0fefccdd4e7cb902efc4636b (diff) |
Update docs/user/readme.adoc
Co-Authored-By: Laurențiu Nicola <[email protected]>
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/readme.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index ac9b66b4a..4b5294ca9 100644 --- a/docs/user/readme.adoc +++ b/docs/user/readme.adoc | |||
@@ -196,7 +196,7 @@ Finally, with your Rust project open, in the command palette, run `LSP: Enable L | |||
196 | 196 | ||
197 | If it worked, you should see "rust-analzyer, Line X, Column Y" on the left side of the bottom bar, and after waiting a bit, functionality like tooltips on hovering over variables should become available. | 197 | If it worked, you should see "rust-analzyer, Line X, Column Y" on the left side of the bottom bar, and after waiting a bit, functionality like tooltips on hovering over variables should become available. |
198 | 198 | ||
199 | If you get an error saying `No such file or directory: 'rust-analyzer'` even though the binary is on your `$PATH`, there is likely a problem where Sublime doesn't see the same `$PATH` as your shell, see https://github.com/rust-analyzer/rust-analyzer/issues/1811[this issue]. On Unix, if you installed Rust with `rustup`, moving the binary to `$HOME/.cargo/bin` should help. | 199 | If you get an error saying `No such file or directory: 'rust-analyzer'` even though the binary is on your `$PATH`, the likely explanation is that Sublime doesn't see the same `$PATH` as the shell, see https://github.com/rust-analyzer/rust-analyzer/issues/1811[this issue]. On Unix, running the editor from a shell or changing the `.desktop` file to set the environment, should help. |
200 | 200 | ||
201 | == Usage | 201 | == Usage |
202 | 202 | ||