Skip to content

Commit

Permalink
hack a bit3
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoRFS committed Jan 3, 2024
1 parent 5e87542 commit ebebf08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocaml-lsp-server/src/diagnostics.ml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ let merlin_diagnostics diagnostics merlin =
set diagnostics (`Merlin (uri, all_diagnostics))

let set_report_dune_diagnostics t ~report_dune_diagnostics =
let () = assert false in
t.report_dune_diagnostics <- report_dune_diagnostics;
Table.iter t.dune ~f:(fun per_dune ->
Table.iter per_dune ~f:(fun (uri, _diagnostic) ->
Expand Down

0 comments on commit ebebf08

Please sign in to comment.