0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00
verdaccio/.vscode/launch.json

15 lines
217 B
JSON
Raw Normal View History

{
"version": "0.2.0",
"configurations": [
2022-05-05 00:51:29 -05:00
{
"name": "Attach by Process ID",
"processId": "${command:PickProcess}",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "node"
}
]
2019-02-13 08:14:23 -05:00
}