diff options
author | Emil Lauridsen <[email protected]> | 2019-04-03 08:50:38 +0100 |
---|---|---|
committer | Emil Lauridsen <[email protected]> | 2019-04-03 08:50:38 +0100 |
commit | 4d78c85de2429d89a3cb1fd688ae5a3d7596310f (patch) | |
tree | ed26c01f2cd6bedc1344ad1a1fb99ddddabe3d20 /crates/thread_worker/src/lib.rs | |
parent | fdbebccd71d38c4dffffe918b036bbfa39355c5f (diff) |
Fix VSCode cargo-watch functionality on Linux.
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.
Diffstat (limited to 'crates/thread_worker/src/lib.rs')
0 files changed, 0 insertions, 0 deletions