rust/crates/ra_lsp_server
Florian Diebold c30c5fb4dd Don't default publishDecorations to true on the server
If the client doesn't specify this explicitly, that very likely means it doesn't
know about it and so we shouldn't send decorations. In particular, the recent
change to this default caused decorations to be sent to emacs, resulting in a
lot of warning spam.
2019-03-09 12:55:15 +01:00
..
src Don't default publishDecorations to true on the server 2019-03-09 12:55:15 +01:00
tests/heavy_tests Fix test_missing_module_code_action_in_json_project on Windows 2019-03-07 19:27:06 +02:00
Cargo.toml Specify derive feature for serde 2019-03-08 01:58:29 +09:00