launch.json: add 'Attach to VSCode' configuration.
parent
745ad4a520
commit
fd1a22b5c6
|
@ -40,6 +40,14 @@
|
|||
"stopOnEntry": false,
|
||||
"sourceMaps": true,
|
||||
"outDir": "out"
|
||||
},
|
||||
{
|
||||
"name": "Attach to VSCode",
|
||||
"type": "chrome",
|
||||
"request": "attach",
|
||||
"port": 9222,
|
||||
"sourceMaps": true,
|
||||
"outDir": "out"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue