On Mac, the OCaml extension for VSCode scribbles inferred information everywhere which makes development much harder. This line noise is called "inlay hints". They can be disabled by editing the file:
~/Library/Application\ Support/Code/User/settings.json
To include the line:
"editor.inlayHints.enabled": "off",