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
Currently, find_project_root func is working to find the project root with the location of bsconfig.json. It doesn't make sense in the OCaml project. It should be fixed to find *.opam, dune-project, or dune-workspace instead.
The text was updated successfully, but these errors were encountered:
Currently,
find_project_root
func is working to find the project root with the location ofbsconfig.json
. It doesn't make sense in the OCaml project. It should be fixed to find*.opam
,dune-project
, ordune-workspace
instead.The text was updated successfully, but these errors were encountered: