diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-04-03 10:02:24 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-04-03 10:02:24 +0100 |
commit | b8e58d4a2f317fe300f13416858f33e860138c4d (patch) | |
tree | 9ca28e044e110fba364bbb77d90d08464bd26a2a /crates/thread_worker/src/lib.rs | |
parent | fdbebccd71d38c4dffffe918b036bbfa39355c5f (diff) | |
parent | b8ea91ae2d94f11f003df6ab36c3761dd2932362 (diff) |
Merge #1097
1097: Fix VSCode cargo-watch functionality on Linux. r=matklad a=kiljacken
As of #1079 the VSCode cargo-watch functionality has been broken on
Linux systems.
The cause seems to be that linux takes the added quotes inside process
arguments literally, so it attempts to make cargo-watch run the command
`cargo "check --message-format json"` with the entire quoted part being
treated as a single long subcommand, which cargo doesn't know how to
handle.
Removing the extra quotes solves the issue.
Closes #1096
Co-authored-by: Emil Lauridsen <[email protected]>
Diffstat (limited to 'crates/thread_worker/src/lib.rs')
0 files changed, 0 insertions, 0 deletions