rust/crates/rust-analyzer
Aleksey Kladov 29d5f29932 fix: don't spam repeated error messages when cargo check fails
Conceptually, using a *message* here is wrong, because this is a
"status", rather than "point in time" thing. But statuses are an LSP
extension, while messages are stable. As a compromise, send message only
for more critical `metadata` failures, and only once per state change.
2021-04-12 16:19:36 +03:00
..
src fix: don't spam repeated error messages when cargo check fails 2021-04-12 16:19:36 +03:00
tests/rust-analyzer feat: avoid checking the whole project during initial loading 2021-04-12 15:29:31 +03:00
build.rs Improve version display 2021-03-12 19:49:00 +02:00
Cargo.toml Bump lsp-types and syn 2021-04-08 10:57:47 -04:00