diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2022-05-13 13:21:52 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2022-05-13 13:21:52 +0200 |
| commit | e47f4597d4929a2a6a0748ca052c6ec81fd1c500 (patch) | |
| tree | 92276b1fd9b6c0677ef147d3dc577d61af5fd7f2 /docs | |
| parent | d57beac7e6266a9b901c62a84a557aab04484698 (diff) | |
| download | rust-e47f4597d4929a2a6a0748ca052c6ec81fd1c500.tar.gz rust-e47f4597d4929a2a6a0748ca052c6ec81fd1c500.zip | |
feat: Change VSCode extension publisher to `rust-lang`
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/manual.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 27f10da1032..e8520c66f49 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -61,7 +61,7 @@ The rust-analyzer plugin for VS Code is maintained https://github.com/rust-analyzer/rust-analyzer/tree/master/editors/code[in tree]. You can install the latest release of the plugin from -https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer[the marketplace]. +https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer[the marketplace]. Note that the plugin may cause conflicts with the https://marketplace.visualstudio.com/items?itemName=rust-lang.rust[official Rust plugin]. @@ -81,14 +81,14 @@ To disable this notification put the following to `settings.json` ---- ==== -The server binary is stored in the extension install directory, which starts with `matklad.rust-analyzer-` and is located under: +The server binary is stored in the extension install directory, which starts with `rust-lang.rust-analyzer-` and is located under: * Linux: `~/.vscode/extensions` * Linux (Remote, such as WSL): `~/.vscode-server/extensions` * macOS: `~/.vscode/extensions` * Windows: `%USERPROFILE%\.vscode\extensions` -As an exception, on NixOS, the extension makes a copy of the server and stores it under `~/.config/Code/User/globalStorage/matklad.rust-analyzer`. +As an exception, on NixOS, the extension makes a copy of the server and stores it under `~/.config/Code/User/globalStorage/rust-lang.rust-analyzer`. Note that we only support the two most recent versions of VS Code. |
