Can't find references to elm-explorations/test when source-directories is ["."]
See original GitHub issueAll the imports from elm-explorations/test
are marked as unresolved reference ''
.
Might it be because of the elm-explorations/test
is under test-dependencies
in elm.json
?
External Libraries
does have it:
Plugin version 2.0.1
Anyhow - thank you so much for the plugin and taking time to develop it further!
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
vscode-elm - Bountysource
I can access elm-format globally and have no problem running it from VSCode's terminal but when I try to use it on save...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi.
Just updated the plugin with the
RC
.source-directories
is[ "." ]
) - OKsource-directories
from[ "." ]
to[".", "src"]
- OKsource-directories
from to["src"]
, shows errors only for the file located in the root in tests and for the Elm dependencies in the file located in the root - seems to be OK:src
folder, whilesource-directories
is set to["src"]
- OKsource-directories
from[ "." ]
to[".", "src"]
after the last step - OKsrc
folder - OKSo I would say it is working great.
Thank you!
P.S. I love the new “exposed” icon!
Thanks!
That’s what I am doing
src
foldersource-directories
to[ "src" ]