File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ We ship prebuilt binaries for Linux, Mac and Windows via
38
38
[ GitHub releases] ( https://github.com/rust-analyzer/rust-analyzer/releases ) .
39
39
In order to use them you need to install the client VSCode extension.
40
40
41
- Publishing to VSCode marketplace is currently WIP. Thus you need to clone the repository and install ** only** the client extension via
41
+ Publishing to VSCode marketplace is currently WIP. Thus, you need to clone the repository and install ** only** the client extension via
42
42
```
43
43
$ git clone https://github.com/rust-analyzer/rust-analyzer.git --depth 1
44
44
$ cd rust-analyzer
@@ -63,7 +63,7 @@ rm -rf ${HOME}/.config/Code/User/globalStorage/matklad.rust-analyzer
63
63
64
64
### Installation from sources
65
65
66
- The experimental VS Code plugin can then be built and installed by executing the
66
+ The experimental VS Code plugin can be built and installed by executing the
67
67
following commands:
68
68
69
69
```
You can’t perform that action at this time.
0 commit comments