aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-01-13 10:13:47 +0000
committerGitHub <[email protected]>2020-01-13 10:13:47 +0000
commit5fd1b044b6eddc05d51a74a681f8f7af3fcdca55 (patch)
tree0567125953f4ca0e6c6086e1b20b161fcc9d71ca /docs
parenta05970da4671bd78457635deefa5ed8a2d24b00c (diff)
parentbd7aa5db149012c54aea228839e44aa8d1b53a15 (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')
-rw-r--r--docs/user/README.md6
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
44The automatic installation is expected to *just work* for common cases, if it 44The automatic installation is expected to *just work* for common cases, if it
45doesn't, report bugs! 45doesn'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
49need to turn off the `rust-analyzer.enableEnhancedTyping` setting. 49need 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
64It's better to remove existing Rust plugins to avoid interference. 64It's better to remove existing Rust plugins to avoid interference.
@@ -83,7 +83,7 @@ manually install the `.vsix` package:
833. Open the Extensions View (`View > Extensions`, keyboard shortcut: `Ctrl+Shift+X`). 833. Open the Extensions View (`View > Extensions`, keyboard shortcut: `Ctrl+Shift+X`).
844. From the top-right kebab menu (`···`) select `Install from VSIX...` 844. From the top-right kebab menu (`···`) select `Install from VSIX...`
855. Inside the `rust-analyzer` directory find the `editors/code` subdirectory and choose 855. 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.
876. Restart Visual Studio Code and re-establish the connection to the remote host. 876. Restart Visual Studio Code and re-establish the connection to the remote host.
88 88
89In case of errors please make sure that `~/.cargo/bin` is in your `PATH` on the remote 89In case of errors please make sure that `~/.cargo/bin` is in your `PATH` on the remote