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
Sure. I started with this option and it worked well when I have all Elm module in main directory.
Then I moved couple modules into handlers directory and some problems started to appear.
Then I thought that linter-elm is looking for src explicitly so I change project setup to the one that I described earlier.
But unfortunately the Main.elm is not compiled and I receive error messages from linter that it cannot locate Main.elm
Hi
I have project structured like this
I would like to modify Module.elm and then compile Main.elm
I started playing around with
Linter Elm Make: Set Main Paths
but I cannot make it work.Seems like I don't know which path notation (Linux/Windows) I should use?
I am using Atom on Windows 10. I am still using Elm 0.18.
Thanks
The text was updated successfully, but these errors were encountered: