Advertisement
Hreesang

tasks.json

Jul 7th, 2020
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.51 KB | None | 0 0
  1. {
  2.     "version": "2.0.0",
  3.     "tasks": [
  4.       {
  5.         "label": "PAWNO BUILD",
  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