mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 11:20:54 +00:00
Do not recommend fetching whole repo for end users
`--depth 1` will make a shallow clone, of master branch only.
This commit is contained in:
parent
8033c81acc
commit
ee80a92ed4
@ -1,7 +1,7 @@
|
|||||||
To install experimental VS Code plugin:
|
To install experimental VS Code plugin:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ git clone https://github.com/rust-analyzer/rust-analyzer.git
|
$ git clone https://github.com/rust-analyzer/rust-analyzer.git --depth 1
|
||||||
$ cd rust-analyzer
|
$ cd rust-analyzer
|
||||||
$ cargo install-code
|
$ cargo install-code
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user