You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Thanks for your interest. Below is an informal spec of how the plugin's server c
25
25
## Install Dependencies
26
26
27
27
- Run `npm install` at the root. This will also install the npm modules for both the `client` and `server` folders.
28
-
-`opam switch 4.12.0` (if you haven't created the switch, do it). OPAM [here](https://opam.ocaml.org). This is needed for the `analysis` folder, which is native code.
28
+
-`opam switch 4.14.0` (if you haven't created the switch, do it). OPAM [here](https://opam.ocaml.org). This is needed for the `analysis` folder, which is native code.
29
29
- Optionally, you can `opam install ocamlformat` and format the `.ml` files in `analysis`.
0 commit comments