| 123456789101112131415161718192021 |
- {
- "version": "2.0.0",
- "tasks": [
- {
- "label": "build-normal",
- "type": "shell",
- "command": "&'${workspaceRoot}/pawno/pawncc.exe'",
- "args": ["\\\"${file}\\\"", "\\\"-;+\\\"", "\\\"-(+\\\"", "\\\"-Dgamemodes/\\\"", "\\\"-Z+\\\""],
- "group": {
- "kind": "build",
- "isDefault": true
- },
- "isBackground": false,
- "presentation": {
- "reveal": "silent",
- "panel": "dedicated"
- },
- "problemMatcher": "$pawncc"
- }
- ]
- }
|