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
The compiler running in the terminal is perfectly happy. If I open the module containing the code above in VSCode it's fine. But as soon as I edit the module, I've got an error from the extension displaying "Missing dependency FooBar in search path" at the beginning of the file. If I reload the module, no extension error until I edit the module. And again, the compiler in the terminal shows zero problem.
It's more an annoying than a stopping issue, sure (it took me, err, months to open the issue)
The text was updated successfully, but these errors were encountered:
and it was rewritten to the code at the beginning when I moved to v11, and that's when the extension error appeared
(…I think. It might have appeared at a later extension update. Sorry!)
Hello
I'm using ReScript 11.1.4 and extension 1.63.6
I have several modules in the style of
where FooBar is another (existing) module.
The compiler running in the terminal is perfectly happy. If I open the module containing the code above in VSCode it's fine. But as soon as I edit the module, I've got an error from the extension displaying "Missing dependency FooBar in search path" at the beginning of the file. If I reload the module, no extension error until I edit the module. And again, the compiler in the terminal shows zero problem.
It's more an annoying than a stopping issue, sure (it took me, err, months to open the issue)
The text was updated successfully, but these errors were encountered: