tasks.json 306 B

123456789101112131415161718
  1. {
  2. "version": "2.0.0",
  3. "tasks": [
  4. {
  5. "type": "haxe",
  6. "args": "active configuration",
  7. "problemMatcher": [
  8. "$haxe-absolute",
  9. "$haxe",
  10. "$haxe-error",
  11. "$haxe-trace"
  12. ],
  13. "group": "build",
  14. "label": "haxe: active configuration"
  15. }
  16. ]
  17. }