rust/crates/rust-analyzer
Kirill Bulatov 184119258e Do not resolve inlayHint.textEdit for VSCode client
VSCode behaves strangely, allowing to navigate into label location, but
not allowing to apply hint's text edit, after hint is resolved.
See https://github.com/microsoft/vscode/issues/193124 for details.

For now, stub hint resolution for VSCode specifically.
2023-09-19 21:40:22 +03:00
..
src Do not resolve inlayHint.textEdit for VSCode client 2023-09-19 21:40:22 +03:00
tests/slow-tests Do not resolve inlayHint.textEdit for VSCode client 2023-09-19 21:40:22 +03:00
build.rs Fix typo in build.rs 2022-06-26 10:09:45 +00:00
Cargo.toml Switch to in-tree rustc dependencies with a cfg flag 2023-09-15 18:10:11 +03:30