{
  // Use IntelliSense to learn about possible attributes.
  // Hover to view descriptions of existing attributes.
  // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
  "version": "0.2.0",
  "configurations": [
    {
      "type": "node",
      "request": "launch",
      "name": "ori",
      "skipFiles": ["<node_internals>/**"],
      "program": "${workspaceFolder}/src/cli/cli.js",
      "cwd": "${workspaceFolder}/test/framework/fixtures/programs",
      "args": ["perf plain meta simple.yaml"]
    },
    {
      "type": "node",
      "request": "launch",
      "name": "Serve",
      "skipFiles": ["<node_internals>/**"],
      "program": "${workspaceFolder}/src/cli/cli.js",
      // "cwd": "${workspaceFolder}/test/framework/fixtures/programs",
      "args": ["serve"]
    },
    {
      "type": "node",
      "request": "launch",
      "name": "Spike",
      "skipFiles": ["<node_internals>/**"],
      "program": "${file}"
    },
    {
      "type": "node",
      "request": "launch",
      "name": "Test",
      "skipFiles": ["<node_internals>/**", "internal/**"],
      "program": "${workspaceFolder}/node_modules/mocha/bin/mocha",
      "args": [
        "--color",
        "--no-timeout",
        "--reporter",
        "min",
        "${workspaceFolder}/test/**/*.test.js"
      ]
    }
  ]
}
