Guest User

Untitled

a guest
Feb 25th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. {
  2. "version": "2.0.0",
  3. "tasks": [
  4. {
  5. "label": "run",
  6. "windows": {
  7. "command": "\"C:\\Program Files\\LOVE\\love.exe\" ./",
  8. },
  9. "linux": {
  10. "command": "love $PWD",
  11. },
  12. "osx": {
  13. "command": "open -n -a love ./",
  14. },
  15. "type": "shell",
  16. "group": {
  17. "kind": "build",
  18. "isDefault": true
  19. }
  20. }
  21. ]
  22. }
Add Comment
Please, Sign In to add comment