diff options
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/user/README.md b/docs/user/README.md index fa202f06c..d17108788 100644 --- a/docs/user/README.md +++ b/docs/user/README.md | |||
@@ -44,7 +44,7 @@ $ cargo xtask install | |||
44 | The automatic installation is expected to *just work* for common cases, if it | 44 | The automatic installation is expected to *just work* for common cases, if it |
45 | doesn't, report bugs! | 45 | doesn't, report bugs! |
46 | 46 | ||
47 | **Note** [#1831](https://github.com/rust-analyzer/rust-analyzer/issues/1831): If you are using the popular | 47 | **Note** [#1831](https://github.com/rust-analyzer/rust-analyzer/issues/1831): If you are using the popular |
48 | [Vim emulation plugin](https://github.com/VSCodeVim/Vim), you will likely | 48 | [Vim emulation plugin](https://github.com/VSCodeVim/Vim), you will likely |
49 | need to turn off the `rust-analyzer.enableEnhancedTyping` setting. | 49 | need to turn off the `rust-analyzer.enableEnhancedTyping` setting. |
50 | 50 | ||
@@ -58,7 +58,7 @@ $ cargo install --path ./crates/ra_lsp_server/ --force --locked | |||
58 | $ cd ./editors/code | 58 | $ cd ./editors/code |
59 | $ npm install | 59 | $ npm install |
60 | $ ./node_modules/vsce/out/vsce package | 60 | $ ./node_modules/vsce/out/vsce package |
61 | $ code --install-extension ./ra-lsp-0.0.1.vsix | 61 | $ code --install-extension ./rust-analyzer-0.1.0.vsix |
62 | ``` | 62 | ``` |
63 | 63 | ||
64 | It's better to remove existing Rust plugins to avoid interference. | 64 | It's better to remove existing Rust plugins to avoid interference. |
@@ -83,7 +83,7 @@ manually install the `.vsix` package: | |||
83 | 3. Open the Extensions View (`View > Extensions`, keyboard shortcut: `Ctrl+Shift+X`). | 83 | 3. Open the Extensions View (`View > Extensions`, keyboard shortcut: `Ctrl+Shift+X`). |
84 | 4. From the top-right kebab menu (`···`) select `Install from VSIX...` | 84 | 4. From the top-right kebab menu (`···`) select `Install from VSIX...` |
85 | 5. Inside the `rust-analyzer` directory find the `editors/code` subdirectory and choose | 85 | 5. Inside the `rust-analyzer` directory find the `editors/code` subdirectory and choose |
86 | the `ra-lsp-0.0.1.vsix` file. | 86 | the `rust-analyzer-0.1.0.vsix` file. |
87 | 6. Restart Visual Studio Code and re-establish the connection to the remote host. | 87 | 6. Restart Visual Studio Code and re-establish the connection to the remote host. |
88 | 88 | ||
89 | In case of errors please make sure that `~/.cargo/bin` is in your `PATH` on the remote | 89 | In case of errors please make sure that `~/.cargo/bin` is in your `PATH` on the remote |