rust/crates/rust-analyzer
bors b67606c4e2 Auto merge of #15529 - SomeoneToIgnore:less-inlay-hint-refreshes, r=Veykril
Do not send inlay hint refresh requests on file edits

See https://github.com/rust-lang/rust-analyzer/issues/13369#issuecomment-1695306870

Editor itself is able to invalidate hints after edits, and /refresh was sent after editor reports changes to the language server. This forces the editor to either query & invalidate the hints twice after every edit, or wait for /refresh to come before querying the hints.

Both options are rather useless, so instead, send a request on server startup only: client editors do not know when the server actually starts up, this will help to query the initial hints after editor was open and the server was still starting up.
2023-09-08 10:35:23 +00:00
..
src Auto merge of #15529 - SomeoneToIgnore:less-inlay-hint-refreshes, r=Veykril 2023-09-08 10:35:23 +00:00
tests/slow-tests Update notify to 6.1.1 2023-09-04 18:00:12 +02:00
build.rs Fix typo in build.rs 2022-06-26 10:09:45 +00:00
Cargo.toml Update notify to 6.1.1 2023-09-04 18:00:12 +02:00