Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. {
  2. "version": "2.0.0",
  3. "tasks": [
  4. {
  5. "label": "build-normal",
  6. "type": "shell",
  7. "command": "${workspaceRoot}/pawno/pawncc.exe",
  8. "args": ["${file}", "-Dgamemodes", "-;+", "-(+", "-d3"],
  9. "group": {
  10. "kind": "build",
  11. "isDefault": true
  12. },
  13. "isBackground": false,
  14. "presentation": {
  15. "reveal": "silent",
  16. "panel": "dedicated"
  17. },
  18. "problemMatcher": "$pawncc"
  19. }
  20. ]
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement