{
  // 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.3.0",
  "configurations": [
    {
      "type": "pwa-node",
      "request": "launch",
      "name": "Launch Dummy",
      "args": ["tests/dummy-app/"],
      "runtimeArgs": ["--nolazy", "-r", "ts-node/register"],
      "sourceMaps": true,
      "env": {
        "DEBUG": "*",
        "SESSION_KEY":"f0d87076b63d5c2732e282064fe6bebc",
        "TS_NODE_PROJECT":"./tsconfig.test.json",
        "TS_NODE_PRETTY":"true",
        "LOAD_MAP": "true"
      },
      "cwd": "${workspaceRoot}",
      "internalConsoleOptions": "openOnSessionStart",
      "skipFiles": ["<node_internals>/**/*", "node_modules/**/*", "tests/test-suite"]
    },
    {
      "type": "pwa-node",
      "request": "launch",
      "name": "Launch Test-App",
      "args": ["tests/test-suite/test-app/"],
      "runtimeArgs": ["--nolazy", "-r", "ts-node/register"],
      "sourceMaps": true,
      "env": {
        "DEBUG": "*",
        "SESSION_KEY":"test",
        "TS_NODE_PROJECT":"./tsconfig.test.json",
        "TS_NODE_PRETTY":"true",
        "LOAD_MAP": "true"
      },
      "cwd": "${workspaceRoot}",
      "internalConsoleOptions": "openOnSessionStart",
      "skipFiles": ["<node_internals>/**/*", "node_modules/**/*","tests/dummy-app"]
    }
  ]
}
