aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNikolai Morin <[email protected]>2020-04-21 09:16:30 +0100
committerGitHub <[email protected]>2020-04-21 09:16:30 +0100
commitc0e9a1a476b7cd6e60e58e91f3497555f5134bbd (patch)
tree8c3d7abc1673b704f750702a1220abd3a66b7e3d /docs
parentd22349de0a66700db0792d8213812a4c5867559a (diff)
Delete comma
Diffstat (limited to 'docs')
-rw-r--r--docs/user/readme.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc
index 4b5294ca9..5f03f068a 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
197If 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. 197If 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
199If 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. 199If 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