launch.json: add 'Attach to VSCode' configuration.

This commit is contained in:
isidor 2015-11-16 14:34:09 +01:00
parent 745ad4a520
commit fd1a22b5c6

8
.vscode/launch.json vendored
View File

@ -40,6 +40,14 @@
"stopOnEntry": false,
"sourceMaps": true,
"outDir": "out"
},
{
"name": "Attach to VSCode",
"type": "chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"outDir": "out"
}
]
}