{
  "version": "0.2.0",
  "configurations": [
    {
      "command": "npm run test",
      "name": "Run Wollok CLI tests",
      "request": "launch",
      "type": "node-terminal"
    },
    {
      "command": "npm run test:file ${file}",
      "name": "Run a single test file",
      "request": "launch",
      "type": "node-terminal"
    }
  ]
}
