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
If we find it is a bucklescript project (see if it has bsconfig.json in toplevel),
We disable ocaml.lintOnSave and use problem matcher as bewl, it is better than merlin
for error reporting since it is project aware and more solid(And I solved column-1 based issue in bucklescript compiler).
Currently I need type Tasks: Build to start a task, is there a way to automatically start when open such project? thanks!
@hackwaly Currently, whenever user create a new project, it still need create a tasks.json and copy it into that project such configuration, could we make it by default?
If we find it is a bucklescript project (see if it has bsconfig.json in toplevel),
We disable
ocaml.lintOnSave
and use problem matcher as bewl, it is better than merlinfor error reporting since it is project aware and more solid(And I solved column-1 based issue in bucklescript compiler).
Currently I need type
Tasks: Build
to start a task, is there a way to automatically start when open such project? thanks!The text was updated successfully, but these errors were encountered: