We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for adding the --fallback-read-dot-merlin option in #705!
--fallback-read-dot-merlin
It seemed to do nothing though, until I've looked at the code and realized why:
dune-project
dune-workspace
So currently it is necessary to touch dune-project to make a legacy .merlin non-dune project work. It would be nice if that wasn't the case.
touch dune-project
.merlin
The text was updated successfully, but these errors were encountered:
@anmonteiro hi! do you have opinion or would like to work on this since you authored #705 ?
Sorry, something went wrong.
empty dune project to please ocamllsp
a135050
ocaml/ocaml-lsp#859
Emit glob info when defining constants and inductives
dd22150
For the empty dune file, see: ocaml/ocaml-lsp#859
fec775a
ignore dune-project
f298ffd
Ref: ocaml/ocaml-lsp#859
Successfully merging a pull request may close this issue.
Thanks for adding the
--fallback-read-dot-merlin
option in #705!It seemed to do nothing though, until I've looked at the code and realized why:
dune-project
ordune-workspace
!So currently it is necessary to
touch dune-project
to make a legacy.merlin
non-dune project work. It would be nice if that wasn't the case.The text was updated successfully, but these errors were encountered: