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: src/kernel/mconfig_dot.mli
+9-1
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,14 @@ val get_config : context -> string -> config * string list
80
80
- dune-project
81
81
- dune-workspace
82
82
83
-
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.
83
+
They are detected in that order. [dune] and [jbuild] file do not need to
84
+
be taken into account because any project using a recent version of dune
85
+
should have a dune-project file which is even auto-generated when it is
86
+
missing. And only recent versions of dune will stop writing .merlin files.
87
+
88
+
The presence of the file [".merlin.skip-if-not-cwd"] in a directory means
89
+
that the three (3) project configuration files are {b not} checked if the
90
+
directory containing [".merlin.skip-if-not-cwd"] is not the current
0 commit comments