mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Fix cargo format component name and run rustfmt
This commit is contained in:
parent
12addc6233
commit
bb0c2eb8d9
2 changed files with 2 additions and 8 deletions
|
@ -121,10 +121,7 @@ fn install_code_extension() -> Result<()> {
|
|||
} else {
|
||||
run(r"npm install", "./editors/code")?;
|
||||
}
|
||||
run(
|
||||
r"npm run package",
|
||||
"./editors/code",
|
||||
)?;
|
||||
run(r"npm run package", "./editors/code")?;
|
||||
if cfg!(windows) {
|
||||
run(
|
||||
r"cmd.exe /c code.cmd --install-extension ./ra-lsp-0.0.1.vsix",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue