Advertisement
Jasit_Legandary

tasks

Oct 5th, 2021 (edited)
1,386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.58 KB | None | 0 0
  1. {
  2.     "version": "2.0.0",
  3.     "tasks": [
  4.         {
  5.             "label": "PAWN COMPILER",
  6.             "type": "shell",
  7.             "args": [
  8.             //    "${relativeFile}",
  9.                 "${workspaceRoot}\\gamemodes\\Youtube.pwn",
  10.                 "-o${workspaceRoot}\\gamemodes\\Youtube.amx"
  11.             ],
  12.             "windows": {
  13.                 "command": "${workspaceRoot}\\pawno\\pawncc.exe"
  14.             },
  15.             "problemMatcher": [],
  16.             "group": {
  17.                 "kind": "build",
  18.                 "isDefault": true
  19.             }
  20.         }
  21.     ]
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement