mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
Fix formatting
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user