mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
use lockfile in cargo install
This commit is contained in:
parent
c73193efe2
commit
7665e444c0
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ should adapt these manual installation instructions:
|
|||
```
|
||||
$ git clone https://github.com/rust-analyzer/rust-analyzer.git --depth 1
|
||||
$ cd rust-analyzer
|
||||
$ cargo install --path ./crates/ra_lsp_server/ --force
|
||||
$ cargo install --path ./crates/ra_lsp_server/ --force --locked
|
||||
$ cd ./editors/code
|
||||
$ npm install
|
||||
$ ./node_modules/vsce/out/vsce package
|
||||
|
|
Loading…
Reference in a new issue