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
{{ message }}
This repository was archived by the owner on Mar 25, 2020. It is now read-only.
This is a follow up from the discussion in the Reason editorsupport channel about using the language server for reason. I have moved the server out into a separate package at ocaml-language-server and the vscode reason client now uses this too.
The README describes the different ways to launch it. You should just be able to start it with ocaml-language-server --stdio if you want to run it over stdio.
Let me know if you try it and run into problems. There are some custom requests used that I have not documented yet but you can find most of them here.