mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Fix formatting
This commit is contained in:
parent
a85cd6455a
commit
22ae4cb906
1 changed files with 1 additions and 2 deletions
|
@ -82,8 +82,7 @@ export class CargoWatchProvider implements vscode.Disposable {
|
|||
}
|
||||
|
||||
let args =
|
||||
Server.config.cargoWatchOptions.command +
|
||||
' --message-format json';
|
||||
Server.config.cargoWatchOptions.command + ' --message-format json';
|
||||
if (Server.config.cargoWatchOptions.allTargets) {
|
||||
args += ' --all-targets';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue