ng-turkey/ngx-context

View on GitHub
.vscode/launch.json

Summary

Maintainability
Test Coverage
{
  "version": "0.2.0",
  "configurations": [
    {
      "type": "chrome",
      "request": "launch",
      "name": "Launch Chrome",
      "url": "http://localhost:4200",
      "webRoot": "${workspaceRoot}",
      "runtimeArgs": ["--preserve-symlinks"]
    },
    {
      "type": "chrome",
      "request": "launch",
      "name": "Start & Launch Chrome",
      "url": "http://localhost:4200",
      "webRoot": "${workspaceRoot}",
      "runtimeArgs": ["--preserve-symlinks"],
      "preLaunchTask": "yarn: start"
    }
  ]
}