settings.json 192 B

12345678910111213
  1. {
  2. "files.associations": {
  3. "*.mly": "ocaml",
  4. "*.ml": "ocaml"
  5. },
  6. "[ocaml]": {
  7. "editor.tabSize": 4
  8. },
  9. "files.exclude": {
  10. "**/_build": true
  11. },
  12. "reason.server.languages": ["ocaml"]
  13. }