Skip to content

Instantly share code, notes, and snippets.

@buildmotion
Created November 24, 2018 01:43
Show Gist options
  • Save buildmotion/b15fc04d3d408e87a7dc92d968538e3c to your computer and use it in GitHub Desktop.
Save buildmotion/b15fc04d3d408e87a7dc92d968538e3c to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "With Debugging",
"program": "${workspaceFolder}/node_modules/@angular-devkit/schematics-cli/bin/schematics.js",
"args": [
".:tree-debug"
],
"outFiles": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment