Advertisement
Guest User

tasks.json

a guest
Sep 19th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.55 KB | None | 0 0
  1. {
  2.     // See https://go.microsoft.com/fwlink/?LinkId=733558
  3.     // for the documentation about the tasks.json format
  4.     "version": "2.0.0",
  5.     "tasks": [
  6.         {
  7.             "label": "Build",
  8.             "type": "hxml",
  9.             "file": "build.hxml",
  10.             "problemMatcher": [
  11.                 "$haxe-absolute",
  12.                 "$haxe",
  13.                 "$haxe-error",
  14.                 "$haxe-trace"
  15.             ],
  16.             "group": {
  17.                 "kind": "build",
  18.                 "isDefault": true
  19.             }
  20.         }
  21.     ]
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement