Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support elm-test-rs #914

Open
aszenz opened this issue Mar 19, 2023 · 0 comments
Open

Support elm-test-rs #914

aszenz opened this issue Mar 19, 2023 · 0 comments

Comments

@aszenz
Copy link

aszenz commented Mar 19, 2023

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

Steps to Reproduce (for bugs)

  1. Clone the repo https://gitlab.com/exosphere/exosphere
  2. npm install
  3. Open any .elm file inside vscode, save and see the pop up about missing elm-test

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

  • Version used: v2.6.0
  • Editor used: vscode
  • Environment name and version (e.g. node.js 5.4): 16.18.1
  • Operating System and version: NixOS unstable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant