launch.json 180 B

1234567891011
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "name": "Interpreter",
  6. "type": "haxe-eval",
  7. "request": "launch",
  8. "args": ["build.hxml", "-lib", "test-adapter"]
  9. }
  10. ]
  11. }