Use package script

This commit is contained in:
Jeremy Kolb 2020-01-26 12:57:54 -05:00 committed by GitHub
parent d1330a4a65
commit 141dc7b81a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```