Emil Lauridsen 4d78c85de2 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.
2019-04-03 09:50:38 +02:00
..
2018-10-08 22:38:33 +01:00
2018-09-16 13:07:39 +03:00
2018-09-16 13:07:39 +03:00
2019-04-02 15:03:31 +08:00
2018-10-08 22:38:33 +01:00
2018-10-08 22:38:33 +01:00