AtomBuild / atom-build-cargo

Cargo (Rust) integration for Atom
MIT License
18 stars 6 forks source link

Cargo check with JSON output #83

Open TheStealthReporter opened 7 years ago

TheStealthReporter commented 7 years ago

The cargo check command currently ignores the JSON formatting option. Adding supportsMessageFormat: true, in this line works as expected for me. Is there any reason to not use JSON formatting for this subcommand?

oli-obk commented 7 years ago

Mostly because I don't use cargo check. If you say it works for you with json, let's activate it.