Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ To enable formatting on save, add the following to `Code > Preferences > Setting
}
```

For formatting, make sure you have `ocp-indent` (for OCaml) and `refmt` (for ReasonML), installed and available in your `PATH`, otherwise this extension will currently crash ([issue](#142)).

If you want to enable [codelens](https://code.visualstudio.com/blogs/2017/02/12/code-lens-roundup), add the following to `Code > Preferences > Settings`:
```
"reason.codelens.enabled": true
Expand Down