Skip to content

Instantly share code, notes, and snippets.

@jdh30
Last active October 29, 2024 17:41
Show Gist options
  • Save jdh30/68d2b1e4d59123a8da944d578a7080ba to your computer and use it in GitHub Desktop.
Save jdh30/68d2b1e4d59123a8da944d578a7080ba to your computer and use it in GitHub Desktop.
Fix OCaml VSCode extension on Mac

Fix OCaml VSCode extension on Mac

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",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment