Advertisement
Guest User

Untitled

a guest
Mar 20th, 2022
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. {
  2. "version": "2.0.0",
  3. "tasks":
  4. [
  5. {
  6. "label": "build",
  7. "type": "shell",
  8. "command": "${workspaceRoot}\\pawno\\pawncc.exe",
  9. "args": ["'${file}'", "'-D${fileDirname}'", "'-;+'", "'-(+'", "'-d3'"],
  10.  
  11. "group":
  12. {
  13. "kind": "build",
  14. "isDefault": true
  15. },
  16.  
  17. "isBackground": false,
  18.  
  19. "presentation":
  20. {
  21. "reveal": "always",
  22. "panel": "dedicated"
  23. },
  24.  
  25. "problemMatcher": "$pawncc"
  26. }
  27. ]
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement