I'm exploring rust-analyzer plugin on Visual Studio Code. For some reason I cannot disable inlay hints. I know that this used to work for me previously.
What I've tried so far:
Removing keybinding for inlay hints
Disabling and re-enabling extension
Reinstalling extension
Searched for similar issue to be reported on the plugin's repository.
I'm using rust-analyzer version 0.2.792 on Visual Studio Code version 1.61.2. OS Ubuntu 20.04.3 LTS.
setting, which doesn't change on inlay hints toggling. It always stays as "false". Have tried to remove it and to restart IDE. This didn't help as well
I'm not sure what have helped, but now the issue is gone. The output of Rust Analyzer Language Server seem to properly fetch setting as for now. This is the output from my log. It seems to be literally the same to the one you've posted:
I've switched to the previous, 0.2.784, plugin version. The issue was still present. I've switched back to the newest version
Then I've cloned and opened rust-analyzer repository expecting to find something there. Have received your reply, and switched IDE back to the previous project.