Guest User

Untitled

a guest
Dec 15th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. {
  2. "version": "2.0.0",
  3. "tasks": [{
  4. "group": "test",
  5. "label": "elixir: run all tests",
  6. "type": "shell",
  7. "command": "mix test",
  8. "problemMatcher": [],
  9. "presentation": {
  10. "clear": true
  11. }
  12. }],
  13. }
Add Comment
Please, Sign In to add comment