diff options
-rw-r--r-- | editors/code/src/commands/cargo_watch.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/code/src/commands/cargo_watch.ts b/editors/code/src/commands/cargo_watch.ts index 45f1dd49f..748be535c 100644 --- a/editors/code/src/commands/cargo_watch.ts +++ b/editors/code/src/commands/cargo_watch.ts | |||
@@ -82,8 +82,7 @@ export class CargoWatchProvider implements vscode.Disposable { | |||
82 | } | 82 | } |
83 | 83 | ||
84 | let args = | 84 | let args = |
85 | Server.config.cargoWatchOptions.command + | 85 | Server.config.cargoWatchOptions.command + ' --message-format json'; |
86 | ' --message-format json'; | ||
87 | if (Server.config.cargoWatchOptions.allTargets) { | 86 | if (Server.config.cargoWatchOptions.allTargets) { |
88 | args += ' --all-targets'; | 87 | args += ' --all-targets'; |
89 | } | 88 | } |