Chainksain

tasks.json

Apr 3rd, 2020
5,977
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.01 KB | None | 1 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. }
Add Comment
Please, Sign In to add comment