Skip to content

Instantly share code, notes, and snippets.

@webprofusion-chrisc
webprofusion-chrisc / launch.json
Last active May 13, 2018 21:40
Debugging an Ionic 2 app using Visual Studio Code
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach Ionic 2 App with sourcemaps",
"type": "chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"url": "http://localhost:8100/"