Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix eslint errors | Emil Lauridsen | 2019-04-03 | 1 | -1/+1 |
| | |||||
* | Add extra double quotes only on Windows. | Emil Lauridsen | 2019-04-03 | 1 | -0/+4 |
| | | | | | | As tested by @edwin0cheng, Windows requires the quotes removed in the previous commit. This commit re-adds the quotes gated by an if statement on the node environment, so that quotes are only added on Windows. | ||||
* | Fix VSCode cargo-watch functionality on Linux. | Emil Lauridsen | 2019-04-03 | 1 | -2/+1 |
| | | | | | | | | | | | | | 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. | ||||
* | Add cargo-watch package animation and refactoring | Edwin Cheng | 2019-04-02 | 1 | -43/+67 |
| | |||||
* | Add Cargo.toml file check before cargo watch start | Edwin Cheng | 2019-04-02 | 1 | -0/+22 |
| | |||||
* | Add cargo-watch.check-arguments | Edwin Cheng | 2019-04-02 | 1 | -28/+50 |
| | |||||
* | Add config for cargo-watch trace | Edwin Cheng | 2019-04-02 | 1 | -7/+34 |
| | |||||
* | Add proper process teminate method | Edwin Cheng | 2019-04-02 | 1 | -7/+10 |
| | |||||
* | Fix prettier error | Edwin Cheng | 2019-04-02 | 1 | -11/+15 |
| | |||||
* | Fix tslint error | Edwin Cheng | 2019-04-02 | 1 | -63/+28 |
| | |||||
* | Improve cargo-watch usage | Edwin Cheng | 2019-04-02 | 1 | -0/+168 |