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
When elm-test-rs is installed i still get a pop up elm-test is not installed
Expected Behavior
When elm-test-rs is installed, elm-language server should use it instead of elm-test
Current Behavior
When elm-test-rs is installed via elm-tooling, it is present in node_modules/.bin/elm-test-rs, but elm-language-server doesn't use it, throwing pop up elm-test not found.
Possible Solution
The user can change the path of elm-test to point to elm-test-rs, but a nicer solution would be to support elm-test-rs as well
When elm-test-rs is installed i still get a pop up
elm-test
is not installedExpected Behavior
When elm-test-rs is installed, elm-language server should use it instead of elm-test
Current Behavior
When elm-test-rs is installed via elm-tooling, it is present in
node_modules/.bin/elm-test-rs
, but elm-language-server doesn't use it, throwing pop up elm-test not found.Possible Solution
The user can change the path of elm-test to point to elm-test-rs, but a nicer solution would be to support elm-test-rs as well
Steps to Reproduce (for bugs)
Context
Since elm-tooling only lists elm-test-rs now for testing, i couldn't install elm-test, I expected elm-language-server to support elm-test-rs too.
Your Environment
The text was updated successfully, but these errors were encountered: