How to Turn Off Inlay Hints in VS Code

I initially tried to turn off the type hints via rust-analyzer extension setting, but that did not work 😞

Turns out it is very complicated (at least for me) documentation did not help 😞

Here is what worked for me. Thanks to SO 1

	"editor.inlayHints.enabled": "offUnlessPressed"

This will turn off the type hint inlays.

But if/when required, it can be enabled via Ctrl+Alt