-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added ocamllsp #3595
Added ocamllsp #3595
Conversation
The linters test fails but I'm not sure what's going on and what needs to be done there:
|
@Risto-Stevcev make sure that "ocamllsp" is listed before "ocp-indent" everywhere they are listed so they are sorted in alphabetical order:
This order must be the same on these files:
Not 100% sure about this one but for consistency also ale-ocaml.txt. If you have docker daemon running on your machine you can run the linter-only tests locally to check if everything is ok before pushing your changes to Github: ./run-tests --linters-only |
Ah thanks, all the checks are passing now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the addition.
This adds the new official OCaml language server (ols is archived)