rust/editors
Ryan Cumming a8a1bc4b15 Extract lint scopes from cargo watch
Currently all of our VS Code diagnostics are given the source of
`rustc`. However, if you have something like `cargo-watch.command` set
to `clippy` it will also watch for Clippy lints. The `rustc` source is a
bit misleading in that case.

Fortunately, Rust's tool lints (RFC 2103) line up perfectly with VS
Code's concept of `source`. This checks for lints scoped to a given tool
and then splits them in to a `source` and tool-specific `code`.
2019-06-27 08:52:22 +10:00
..
code Extract lint scopes from cargo watch 2019-06-27 08:52:22 +10:00
emacs ra-emacs-lsp: Fix company-lsp snippet handler override 2019-06-14 20:58:03 +02:00