Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "version": "2.0.0",
- "tasks": [
- {
- "label": "PAWNO BUILD",
- "type": "shell",
- "command": "${workspaceRoot}/pawno/pawncc.exe",
- "args": ["${file}", "--%", "-Dgamemodes", "-;+", "-(+", "-d3"],
- "group": {
- "kind": "build",
- "isDefault": true
- },
- "isBackground": false,
- "presentation": {
- "reveal": "silent",
- "panel": "dedicated"
- },
- "problemMatcher": "$pawncc"
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement