Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. "presentation": {
  2. "echo": true,
  3. "reveal": "always",
  4. "focus": true,
  5. "panel": "shared",
  6. "showReuseMessage": true,
  7. "clear": false
  8. }
  9.  
  10. "tasks": [
  11. {
  12. "label": "example",
  13. "type": "shell",
  14. "command": "foo",
  15. "args": [],
  16. "presentation": {
  17. "echo": true,
  18. "reveal": "always",
  19. "focus": true,
  20. "panel": "shared",
  21. "showReuseMessage": true,
  22. "clear": false
  23. }
  24. }
  25. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement