From bd7aa5db149012c54aea228839e44aa8d1b53a15 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 8 Jan 2020 17:21:18 +0100 Subject: Rename VS Code extension to rust-analyzer --- docs/user/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/user') 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 The automatic installation is expected to *just work* for common cases, if it doesn't, report bugs! -**Note** [#1831](https://github.com/rust-analyzer/rust-analyzer/issues/1831): If you are using the popular +**Note** [#1831](https://github.com/rust-analyzer/rust-analyzer/issues/1831): If you are using the popular [Vim emulation plugin](https://github.com/VSCodeVim/Vim), you will likely need to turn off the `rust-analyzer.enableEnhancedTyping` setting. @@ -58,7 +58,7 @@ $ cargo install --path ./crates/ra_lsp_server/ --force --locked $ cd ./editors/code $ npm install $ ./node_modules/vsce/out/vsce package -$ code --install-extension ./ra-lsp-0.0.1.vsix +$ code --install-extension ./rust-analyzer-0.1.0.vsix ``` It's better to remove existing Rust plugins to avoid interference. @@ -83,7 +83,7 @@ manually install the `.vsix` package: 3. Open the Extensions View (`View > Extensions`, keyboard shortcut: `Ctrl+Shift+X`). 4. From the top-right kebab menu (`ยทยทยท`) select `Install from VSIX...` 5. Inside the `rust-analyzer` directory find the `editors/code` subdirectory and choose - the `ra-lsp-0.0.1.vsix` file. + the `rust-analyzer-0.1.0.vsix` file. 6. Restart Visual Studio Code and re-establish the connection to the remote host. In case of errors please make sure that `~/.cargo/bin` is in your `PATH` on the remote -- cgit v1.2.3