tasks.json 163 B

12345678910111213
  1. {
  2. "version": "2.0.0",
  3. "tasks": [
  4. {
  5. "type": "haxe",
  6. "args": "active configuration",
  7. "group": {
  8. "kind": "build",
  9. "isDefault": true
  10. }
  11. }
  12. ]
  13. }