mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Add package command and upgrade event-stream
This commit is contained in:
parent
c54a7da6e0
commit
12addc6233
3 changed files with 21 additions and 5 deletions
|
@ -122,7 +122,7 @@ fn install_code_extension() -> Result<()> {
|
|||
run(r"npm install", "./editors/code")?;
|
||||
}
|
||||
run(
|
||||
r"node ./node_modules/vsce/out/vsce package",
|
||||
r"npm run package",
|
||||
"./editors/code",
|
||||
)?;
|
||||
if cfg!(windows) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue