-
Notifications
You must be signed in to change notification settings - Fork 3
State of this project and the future #31
Comments
Thanks for reaching out, @razzeee. Following the evolution of VS Code APIs towards testing sounds like a great way to go. I am note quite sure to grasp your idea behind the Elm LSP proposal, can you elaborate? My next best guess to improve this plugin is to support elm-test-rs, which allows for individual tests to be run. (I am not sure node-test-runner is going to evolve, do you have more information?) |
I was blissfully unaware of this project and kinda hoped for the vscode folks to go for a protocol implementation like lsp (https://microsoft.github.io/language-server-protocol/) so that the integration could be used by more clients then just vscode. But as I was unaware of this, I thought it might still be worth it to implement this in vscode and add it into the vscode client we currently have for the language server. I think I need to find out two things:
Otherwise it might be wiser to just let it be 🐝 |
The node test runner is still evolving! Don't count us out just yet :) |
If you need a specific feature in elm-test-rs don't hesitate to pitch it in an issue. And I think the |
@frawa what will it take to remove the Can you think of any ways we could combine efforts? elm-tooling/elm-language-client-vscode#147 Do you think keeping the test runner outside of the vscode language client is ideal? |
@razzeee Actually, this project has reached what I wanted to explore. That said, I will remove I agree to think that integrating the test running with a larger project makes sense. Let's prototype a move into https://github.com/elm-tooling/elm-language-client-vscode/. |
Exciting. And it being licensed MIT should allow us to keep it simple. Are you willing to work on this, should we have a call or should I just have a go? |
Building an extension pack might also be a valid route to take https://code.visualstudio.com/blogs/2017/03/07/extension-pack-roundup |
We are talking about little code here, I think the roundup might be overkill. |
That's for your issues and pull requests, |
Hey there,
nice project. As I pitched https://github.com/elm-tooling/gsoc-projects#improving-test-integration-in-the-elm-language-server I would be very interested in what your planing to do with this extension and if your planning to migrate to the new VSCode api (when its finished)
microsoft/vscode#107467
Cheers
The text was updated successfully, but these errors were encountered: