diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-01-13 10:13:47 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-01-13 10:13:47 +0000 |
commit | 5fd1b044b6eddc05d51a74a681f8f7af3fcdca55 (patch) | |
tree | 0567125953f4ca0e6c6086e1b20b161fcc9d71ca /docs/user | |
parent | a05970da4671bd78457635deefa5ed8a2d24b00c (diff) | |
parent | bd7aa5db149012c54aea228839e44aa8d1b53a15 (diff) |
Merge #2768
2768: Rename VS Code extension to rust-analyzer r=matklad a=matklad
I want to merge this before release on Monday, such that we can give heads up on twitter
Co-authored-by: Aleksey Kladov <[email protected]>
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 |