mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
docs: minor fixes in wordings and punctuation
This commit is contained in:
parent
6a367886ec
commit
be244ab2fb
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ We ship prebuilt binaries for Linux, Mac and Windows via
|
|||
[GitHub releases](https://github.com/rust-analyzer/rust-analyzer/releases).
|
||||
In order to use them you need to install the client VSCode extension.
|
||||
|
||||
Publishing to VSCode marketplace is currently WIP. Thus you need to clone the repository and install **only** the client extension via
|
||||
Publishing to VSCode marketplace is currently WIP. Thus, you need to clone the repository and install **only** the client extension via
|
||||
```
|
||||
$ git clone https://github.com/rust-analyzer/rust-analyzer.git --depth 1
|
||||
$ cd rust-analyzer
|
||||
|
@ -63,7 +63,7 @@ rm -rf ${HOME}/.config/Code/User/globalStorage/matklad.rust-analyzer
|
|||
|
||||
### Installation from sources
|
||||
|
||||
The experimental VS Code plugin can then be built and installed by executing the
|
||||
The experimental VS Code plugin can be built and installed by executing the
|
||||
following commands:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue