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
elixir-lsp/elixir-ls#389 added support to build up a command to run exunit tests from a code lens (all the user has to do is click on the code lens). It would be great to be able to support this in some way in coc-elixir. The VSCode implementation is at elixir-lsp/vscode-elixir-ls#155
Some thoughts:
I'm not sure how interacting with the terminal will work for coc-elixir
It might make sense to update ElixirLS to build a full example test command instead of building the test command within each extension
The text was updated successfully, but these errors were encountered:
elixir-lsp/elixir-ls#389 added support to build up a command to run exunit tests from a code lens (all the user has to do is click on the code lens). It would be great to be able to support this in some way in coc-elixir. The VSCode implementation is at elixir-lsp/vscode-elixir-ls#155
Some thoughts:
The text was updated successfully, but these errors were encountered: