Skip to content

Commit 54e92e6

Browse files
committed
clarify sublime instructions
closes #1811
1 parent 1140a83 commit 54e92e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/user/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Installation:
130130

131131
```json
132132
"rust-analyzer": {
133-
"command": ["rustup", "run", "stable", "ra_lsp_server"],
133+
"command": ["ra_lsp_server"],
134134
"languageId": "rust",
135135
"scopes": ["source.rust"],
136136
"syntaxes": [
@@ -141,3 +141,5 @@ Installation:
141141
```
142142

143143
* You can now invoke the command palette and type LSP enable to locally/globally enable the rust-analyzer LSP (type LSP enable, then choose either locally or globally, then select rust-analyzer)
144+
145+
* Note that `ra_lsp_server` binary must be in `$PATH` for this to work. If it's not the case, you can specify full path to the binary, which is typically `.cargo/bin/ra_lsp_server`.

0 commit comments

Comments
 (0)