// Taken from https://gist.github.com/josevalim/2e4f60a14ccd52728e3256571259d493#gistcomment-4995881 [ { "label": "mix test", "command": "mix", "args": ["test"] }, { "label": "mix test --failed", "command": "mix", "args": ["test", "--failed"] }, { "label": "mix test $ZED_RELATIVE_FILE", "command": "mix", "args": ["test", "$ZED_RELATIVE_FILE"], "tags": ["elixir-module-test"] }, { "label": "mix test $ZED_RELATIVE_FILE:$ZED_ROW", "command": "mix", "args": ["test", "$ZED_RELATIVE_FILE:$ZED_ROW"], "tags": ["elixir-test"] }, { "label": "Elixir: break line", "command": "iex", "args": ["-S", "mix", "test", "-b", "$ZED_RELATIVE_FILE:$ZED_ROW"] } ]