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
They are detected in that order. [dune] and [jbuild] file do not need to be taken into account because any project using a recent version of dune should have a dune-project file which is even auto-generated when it is missing. And only recent versions of dune will stop writing .merlin files.
60
+
They are detected in that order. [dune] and [jbuild] file do not need to
61
+
be taken into account because any project using a recent version of dune
62
+
should have a dune-project file which is even auto-generated when it is
63
+
missing. And only recent versions of dune will stop writing .merlin files.
64
+
65
+
The presence of the file [".merlin.skip-if-not-cwd"] in a directory means
66
+
that the three (3) project configuration files are {b not} checked if the
67
+
directory containing [".merlin.skip-if-not-cwd"] is not the current
0 commit comments