reasonml / reason

Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
http://reasonml.github.io
MIT License
10.09k stars 424 forks source link

multiple syntax error messages on vscode #2618

Closed EduardoRFS closed 2 weeks ago

EduardoRFS commented 3 years ago

Currently on vscode it only shows the first error message when a parsing error happens, tried with RLS and ocaml-lsp

As pointed by @jordwalke it's probably on the tooling of vscode, as OCaml also shows just a single message, but reporting to keep track

module X = {
  let a;bc = 123;
};

module Y = {
  let a;bc = 123;
};
anmonteiro commented 2 weeks ago

Closing this since it’s an LSP thing