mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
Use package script
This commit is contained in:
parent
d1330a4a65
commit
141dc7b81a
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ $ cd rust-analyzer
|
|||
$ cargo install --path ./crates/ra_lsp_server/ --force --locked
|
||||
$ cd ./editors/code
|
||||
$ npm install
|
||||
$ ./node_modules/vsce/out/vsce package
|
||||
$ npm run-script package
|
||||
$ code --install-extension ./rust-analyzer-0.1.0.vsix
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue