parent
f3e1c22f1a
commit
5cd4e636ad
@ -0,0 +1,29 @@ |
|||||||
|
{ |
||||||
|
// Use IntelliSense to learn about possible attributes. |
||||||
|
// Hover to view descriptions of existing attributes. |
||||||
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 |
||||||
|
"version": "0.2.0", |
||||||
|
"configurations": [ |
||||||
|
{ |
||||||
|
"type": "mix_task", |
||||||
|
"name": "mix (Default task)", |
||||||
|
"request": "launch", |
||||||
|
"projectDir": "${workspaceRoot}" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"type": "mix_task", |
||||||
|
"name": "mix test", |
||||||
|
"request": "launch", |
||||||
|
"task": "test", |
||||||
|
"taskArgs": [ |
||||||
|
"--trace" |
||||||
|
], |
||||||
|
"startApps": true, |
||||||
|
"projectDir": "${workspaceRoot}", |
||||||
|
"requireFiles": [ |
||||||
|
"test/**/test_helper.exs", |
||||||
|
"test/**/*_test.exs" |
||||||
|
] |
||||||
|
} |
||||||
|
] |
||||||
|
} |
Loading…
Reference in new issue