Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. "tasks": [
  2. {
  3. "label": "build",
  4. "type": "shell",
  5. "command": "build.bat",
  6. "args": [],
  7. "presentation": {
  8. "echo": true,
  9. "reveal": "always",
  10. "focus": true,
  11. "panel": "shared",
  12. "showReuseMessage": true,
  13. "clear": false
  14. }
  15. }
  16. ]
  17.  
  18. {
  19. "version": "2.0.0",
  20. "windows": {
  21. "options": {
  22. "shell": {
  23. "executable": "cmd.exe",
  24. "args": [
  25. "/d", "/c"
  26. ]
  27. }
  28. }
  29. },
  30. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement