Closed hackvan closed 1 year ago
AFAIK this extension doesn't support configuring a custom mix test
command.
Even though MIX_ENV=test
is the default environment for mix test
, I think it can be useful to allow custom commands. So, +1 on the feature request 🙈
@hackvan @antedeguemon hi folks, replying with less than 365 days! what a lead time!
i'm planning to give some love to the extension this month, will try to include that, but feel free to send a pr!
@hackvan @antedeguemon @samuelpordeus I included the option vscode-elixir-test.mixEnv
that will automatically inject MIX_ENV
when present.
It will be included in the next release.
Thanks for the suggestion!
Is there an actual way to set a
MIX_ENV=test
prefix before themix test
command?